summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-3/+1
* bugfix: Item_func_dyncol_add::print()Sergei Golubchik2016-12-121-1/+1
* bugfix: Item_func_weight_string::print()Sergei Golubchik2016-12-121-0/+15
* MDEV-11451: isinf || isnan -> !isfiniteDaniel Black2016-12-051-1/+1
* Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-62/+28
|\
| * valgrind failuresSergei Golubchik2016-09-211-1/+1
| * session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-271-61/+27
* | name clash with gnutls on on base64_encodeSergei Golubchik2016-09-121-12/+12
|/
* MDEV-9872: used optimized crc32 for SQL CRC32 functionDaniel Black2016-08-051-2/+1
* Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-031-17/+2
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-5/+7
|\
| * Multi-level collation in UCA, Thai sorting with contraction for UTF8.pruet2016-05-261-1/+1
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-4/+6
| |\
| | * MDEV-8482 mysql-test - main.func_encrypt fails if FIPS=1Sergei Golubchik2016-04-241-4/+6
* | | Use default character set for expressionsMichael Widenius2016-06-301-11/+27
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-19/+37
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+1
| | |\
| | | * MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a'mariadb-5.5.48Alexander Barkov2016-02-101-1/+1
* | | | Merge branch '10.1' into 10.2Monty2016-02-061-3/+3
|\ \ \ \ | |/ / /
| * | | A clean-up patch for Item_func_conv_charset (needed for MDEV-9181)Alexander Barkov2016-01-261-3/+3
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-9147: Character set is ignored in Dynamic Column for saved stringOleksandr Byelkin2015-12-151-0/+2
* | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-17/+14
* | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-6/+8
|/ / /
* | | MDEV-7949: Item_field::used_tables() takes 0.29% in OLTP ROOleksandr Byelkin2015-10-291-4/+3
* | | MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun...Alexander Barkov2015-09-251-22/+9
* | | MDEV-8839 COLUMN_GET() produces warnings with no dataAlexander Barkov2015-09-241-12/+11
* | | Moving Item_args::arg_count from "public" to "protected".Alexander Barkov2015-09-211-1/+1
* | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-2/+4
* | | New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-8/+8
* | | String::release and String::reset methodsSergei Golubchik2015-09-041-6/+3
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-3/+9
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-3/+3
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-142/+208
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+10
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-0/+10
| |\ \ | | |/
| | * MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqldSergey Vojtovich2015-06-051-0/+10
* | | remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-091-4/+3
* | | remove old my_aes_encrypt/decryptSergei Golubchik2015-04-081-47/+34
* | | MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)Alexander Barkov2015-03-181-9/+6
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-6/+3
* | | Push for testing of encryptionMonty2015-02-101-4/+4
* | | cleanup: sql_acl.ccSergei Golubchik2014-12-041-8/+2
* | | cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-1/+1
* | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-37/+48
|\ \ \
| * | | MDEV-7015: SET STATEMENT old_passwords has no effectMDEV-7015Oleksandr Byelkin2014-12-021-37/+48
* | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-9/+12
|\ \ \ \ | |/ / / |/| / / | |/ /