418 Commits (21dfef474cffe4842b2bf4d93fb8d1c7c8f6ab6c)

Author SHA1 Message Date
ParadoxV5 21dfef474c Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 1 year ago
Sergei Golubchik 44c6328cbb cleanup: thd->alloc<>() and thd->calloc<>() 1 year ago
Sergei Golubchik 32e6f8ff2e cleanup: remove unconditional #ifdef's 2 years ago
Monty 25b5c63905 MDEV-33856: Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps 1 year ago
Sergei Golubchik ea6975b1f1 MDEV-30366 Permit bulk implementation to return ALL individual results 2 years ago
Alexey Botchkov f814325105 MDEV-27595 Backport SQL service, introduced by MDEV-19275. 3 years ago
Alexey Botchkov 1fa196a559 MDEV-27595 Backport SQL service, introduced by MDEV-19275. 3 years ago
Monty 4e9322e2ff MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2 years ago
Anel Husakovic 1a057a923b MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global variables" 3 years ago
Alexander Barkov 133446828c MDEV-27009 Add UCA-14.0.0 collations 4 years ago
Vladislav Vaintroub a3267c11fa MDEV-21252 ER_HOST_IS_BLOCKED returns packet sequence 1 instead of 0 4 years ago
Diego Dupin d062b69037 MDEV-26868: Session tracking flag in OK_PACKET 4 years ago
Vladislav Vaintroub 74f5aa164e MDEV-19237 - Fix assertion in should_send_column_info 4 years ago
Oleksandr Byelkin a7d880f0b0 MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong values 5 years ago
Sergei Golubchik abc3889f1c cleanup: rename Protocol::store() to Protocol::store_datetime() 5 years ago
Monty 949d10bea2 Don't reset StringBuffers in loops when not needed 5 years ago
Monty b6ff139aa3 Reduce usage of strlen() 5 years ago
Vladislav Vaintroub fbad1b1150 MDEV-19237 - small performance tweak 4 years ago
Nikita Malyavin 21809f9a45 MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 5 years ago
Nikita Malyavin e25623e78a MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 5 years ago
Vladislav Vaintroub 295f3e4cfb MDEV-19237 Skip sending metadata when possible for binary protocol. 5 years ago
Marko Mäkelä 7c5519c12d MDEV-22387: Do not violate __attribute__((nonnull)) 5 years ago
Alexey Botchkov b01c426146 MDEV-19275 Provide SQL service to plugins. 5 years ago
Alexander Barkov c55f24cd99 MDEV-23162 Improve Protocol performance for numeric data 5 years ago
Alexander Barkov f1a9700fec Revert "MDEV-23162 Improve Protocol performance for numeric data" 5 years ago
Alexander Barkov e96f66b93d MDEV-23270 Remove a String parameter from Protocol::store(double/float) 5 years ago
Alexander Barkov 9b2fe4bd12 MDEV-23435 Functions do not convert numbers to character_set_results 5 years ago
Alexander Barkov 5b3b53ce36 MDEV-23311 CEILING() and FLOOR() convert temporal input to numbers, unlike ROUND() and TRUNCATE() 5 years ago
Monty 747479aba2 Fixed removed warning from valgrind in Protocol::store_str 5 years ago
Monty 61c15ebe32 Remove String::lex_string() and String::lex_cstring() 5 years ago
Alexander Barkov eb2eaba7fd MDEV-23162 Improve Protocol performance for numeric data 5 years ago
Alexander Barkov be98036f25 Preparatory changes for MDEV-23162 Improve Protocol performance for numeric data 5 years ago
Vladislav Vaintroub b0d2a59d9a MDEV-21612 - remove COM_MULTI from server and C/C 5 years ago
Alexander Barkov 30e7a0a866 MDEV-23157 Remove redundant virtual Protocol::store() 5 years ago
Monty c4bf4b7aef Fixed access to undefined memory found by valgrind and MSAN 5 years ago
Alexander Barkov 8ad3c6154b MDEV-22130 SHOW WARNINGS will SIGSEGV 10.5 optimized build after setting CHARACTER_SET_RESULTS to NULL and running any invalid SQL | Binary_string::copy_printable_hhhh 6 years ago
Alexander Barkov e40858a7bd MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 6 years ago
Alexander Barkov 3c6065a270 MDEV-8844 Unreadable control characters printed as is in warnings 6 years ago
Vladislav Vaintroub 51c3a5c840 MDEV-19893 Do not send error packets with seqno= 0 6 years ago
Alexander Barkov 9f23f8e598 MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_field 6 years ago
Alexander Barkov 462d689397 MDEV-19468 Hybrid type expressions return wrong format for FLOAT 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Alexander Barkov 4d12a6458e MDEV-19125 Change Send_field::type from enum_field_types to Type_handler* 7 years ago
Alexander Barkov 47b7ca629f MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yy 7 years ago
Alexander Barkov b25ad1bc47 MDEV-18408 Assertion `0' failed in Item::val_native_result / Timestamp_or_zero_datetime_native_null::Timestamp_or_zero_datetime_native_null upon mysqld_list_fields after crash recovery 7 years ago
Brave Galera Crew 36a2a185fe Galera4 7 years ago
Sergei Golubchik 3ff0801c73 MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_str 7 years ago
Alexander Barkov cb7b5fbf1c MDEV-16910 Add class VDec 7 years ago
Monty 30ebc3ee9e Add likely/unlikely to speed up execution 8 years ago
Alexander Barkov a1a966fc0e Cleanup: renaming methods make_field(Send_field*) to make_send_field(..) 8 years ago