147 Commits (6d63a03490298a8b7246e7f4516eb383534f8e8c)

Author SHA1 Message Date
Varun Gupta 6d63a03490 MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT() 8 years ago
Alexander Barkov a0c7d3ff94 MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULT 8 years ago
Alexander Barkov 1c34608436 MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCE 8 years ago
Alexander Barkov 3a9b7f4ecd A cleanup for MDEV-12172: Fixing "mtr --suite=compat/oracle" test failures 8 years ago
Varun Gupta a607e4e7aa Added the syntax for percentile functions and median function to the sql_yacc_ora.yy file 8 years ago
Varun Gupta f4ba298abd Fixed indentation in the syntax rules for the sql_yacc.yy , also added the rules of the percentile functions to 8 years ago
Aleksey Midenkov 7447b4ce37 MDEV-13714 Value of SEQUENCE table option is ignored upon creation 8 years ago
halfspawn 75aabd03d5 MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULL 8 years ago
halfspawn 34f36a335b MDEV-14012 - sql_mode=Oracle: substr(): treat position 0 as position 1 8 years ago
halfspawn f44d5de689 MDEV-13919 sql_mode=ORACLE: Derive length of VARCHAR SP parameters with no length from actual parameters 8 years ago
Alexander Barkov d387bc89ed MDEV-13907 compoind.test fails in build-bot for bb-10.2-ext 8 years ago
Sergei Golubchik 80b9ce3593 MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT() 8 years ago
Alexander Barkov 884bd1d61b MDEV-13863 sql_mode=ORACLE: DECODE does not treat two NULLs as equivalent 8 years ago
Alexander Barkov c39a744616 MDEV-13864 (final) Change Item_func_case to store the predicant in args[0] 8 years ago
Alexander Barkov ca906fb273 MDEV-13686 EXCEPTION reserved keyword in SQL_MODE=oracle but not in Oracle itself 8 years ago
Michael Widenius 458d5ed8aa Lots of small cleanups 8 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 8 years ago
Alexander Barkov 4305c3ca57 MDEV-13581 ROW TYPE OF t1 and t1%ROWTYPE for routine parameters 8 years ago
Alexander Barkov 966cc80299 MDEV-13528 Add LEX::sp_body_finalize_{procedure|function} 8 years ago
Alexander Barkov 22c9663d85 MDEV-13527 Crash when EXPLAIN SELECT .. INTO row_sp_variable.field 8 years ago
halfspawn c9981fbee2 MDEV-13003 - Oracle compatibility : Replace function 9 years ago
Alexander Barkov 0f1cadd9a5 MDEV-13450 Cleanup SP code for packages 8 years ago
Alexander Barkov c9218ff439 MDEV-13415 Wrap the code in sp.cc into a class Sp_handler 8 years ago
Alexander Barkov 0f348bcd96 MDEV-13302 Avoid using LEX::spname during CREATE PROCEDURE and CREATE FUNCTION 8 years ago
Alexander Barkov 7c3df72d0a MDEV-13298 Change sp_head::m_chistics from a pointer to a structure 8 years ago
Alexander Barkov 31b3511849 Fixing a type-clash bison warning in keyword_directly_not_assignable 8 years ago
Alexander Barkov 42cb3dcb74 (partial) MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yy 8 years ago
Alexander Barkov 77ace5dbd1 (partial) MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yy 8 years ago
Alexander Barkov 58dd72f18c MDEV-13245 Add struct AUTHID 8 years ago
Alexander Barkov 760127ac6f Adding sf_return_type, improving sf_tail readability. 8 years ago
Alexander Barkov 96d1cdecbe MDEV-13197 Parser refactoring for CREATE VIEW,TRIGGER,SP,UDF,EVENT 8 years ago
Monty 8a65b49c43 Update sql_yacc_ora.yy with latest changes of sql_yacc.yy 9 years ago
Alexander Barkov 9d834c76af MDEV-12932 Remove enum Cast_target and use Type_handler to handle CAST 9 years ago
Monty 6a779a6d28 Make SEQUENCE working with replication 9 years ago
Alexander Barkov 533506b4ed MDEV-12777 Change Lex_field_type_st::m_type from enum_field_types to Type_handler pointer 9 years ago
Monty 71fa413c16 MDEV-10139 Support for SEQUENCE objects 9 years ago
Alexander Barkov aacb4d57ca MDEV-12695 Add Column_definition::type_handler() 9 years ago
Alexander Barkov 78a891c87b A partial patch for MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yy 9 years ago
Alexander Barkov 07143a7393 MDEV-12659 Add THD::make_string_literal() 9 years ago
Monty 5a759d31f7 Changing field::field_name and Item::name to LEX_CSTRING 9 years ago
Alexander Barkov 33b6a347e4 MDEV-12533 sql_mode=ORACLE: Add support for database qualified sequence names in NEXTVAL and CURRVAL 9 years ago
Monty 847eb24b17 Fixed some wrong/inconsistent error message 9 years ago
Monty 17a87d6063 MDEV-10139 Support for SEQUENCE objects 9 years ago
Alexander Barkov ed305c0fd5 MDEV-12461 TYPE OF and ROW TYPE OF anchored data types 9 years ago
Alexander Barkov 75d1962a24 Using the -t command line to bison instead of %name-prefix 9 years ago
Alexander Barkov dadb76521d Using the -t command line to bison instead of %name-prefix 9 years ago
Alexander Barkov cae6bf2b9c Cleanup for MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOP 9 years ago
Alexander Barkov 48a7ea6da3 Uninitialized Column_definition::pack_flag for ROW-type SP variables and their fields 9 years ago
Alexander Barkov 281f8a42ee MDEV-12089 sql_mode=ORACLE: Understand optional routine name after the END keyword 9 years ago
Alexander Barkov e0451941cc MDEV-12291 Allow ROW variables as SELECT INTO targets 9 years ago