375 Commits (25ede13611b3c1f736be22fc581a0c371d212f61)

Author SHA1 Message Date
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
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 6 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 7 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
Vladislav Vaintroub 6c279ad6a7 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 8 years ago
Alexander Barkov 563f1d894b MDEV-14454 Binary protocol returns wrong collation ID for SP OUT parameters 8 years ago
Monty 536215e32f Added DBUG_ASSERT_AS_PRINTF compile flag 8 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 9 years ago
Alexander Barkov fe127562e2 MDEV-12687 Split Item::send() into virtual method in Type_handler 9 years ago
Monty 5a759d31f7 Changing field::field_name and Item::name to LEX_CSTRING 9 years ago
Oleksandr Byelkin 122d0701f7 MDEV-11761: CLIENT_DEPRECATE_EOF : Client must identify a "stored procedure output resultset" 9 years ago
Alexander Barkov f6138883b1 MDEV-11672 mysql_list_field() returns wrong default values for VIEW 9 years ago
Oleksandr Byelkin e2d6912609 MDEV-9114: Bulk operations (Array binding) 10 years ago
Alexander Barkov 4c45b820aa MDEV-10709 Expressions as parameters to Dynamic SQL 9 years ago
Oleksandr Byelkin 0ee3e64c55 MDEV-8931: (server part of) session state tracking 10 years ago
Oleksandr Byelkin c8948b0d0d MDEV-8931: (server part of) session state tracking 10 years ago
Oleksandr Byelkin e7608a78ef MDEV-8931: (server part of) session state tracking 10 years ago
Monty 5932fa7890 Fixed "Packets out of order" warning message on stdout in clients, 9 years ago
Monty 34eb10e406 MDEV-10138 Support for decimals up to 38 digits 10 years ago
Oleksandr Byelkin 50a17de1ce MDEV-9947: COM_MULTI united response 10 years ago
Sergey Vojtovich 0746a07708 MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 10 years ago
Sergei Golubchik fb8713385f remove unneded #include's that had a dubious explanation 10 years ago
Monty 3cb578c001 MDEV-6152: Remove calls to current_thd while creating Item 10 years ago
Monty 1bae0d9e56 Stage 2 of MDEV-6152: 10 years ago
Sergey Vojtovich 31e365efae MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 10 years ago
Monty 7332af49e4 - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 11 years ago