Re: [Maria-developers] sql_mode=oracle : Rollback on error

2018-04-03 Thread Alexander Barkov
Hello Jerome, On 03/30/2018 06:52 PM, jerome brauge wrote: > Hello Alexander, > I've found one another difference between Mariadb and Oracle : oracle always > rollback the active transaction if an error is raised, Maria leave the > transaction active. > Possible workaround in stored procedure:

[Maria-developers] Please review a patch for MDEV-15758 Split Item_bool_func::get_mm_leaf() into virtual methods in Field and Type_handler

2018-04-03 Thread Alexander Barkov
Hello Vicentiu, Please review my patch for MDEV-15758. It also fixes this bug: MDEV-15759 Expect "Impossible WHERE" for indexed_int_column=out_of_range_int_constant Thanks! diff --git a/mysql-test/main/type_bit.result b/mysql-test/main/type_bit.result index 30cd94c..c9796c8 100644 ---

Re: [Maria-developers] Issue with setting up of MariaDB and solve issue MDEV-14896

2018-04-03 Thread Sergei Golubchik
Hi, Shinnok! On Apr 03, Shinnok wrote: > > I encountered this too, the reason for the failure is that none of the > helper scripts in > storage/tokudb/PerconaFT/xz/src/build_lzma/build-aux/ are set as > executable, including install-sh. > > Pasting the relevant lines from plain ./configure &&

Re: [Maria-developers] Issue with setting up of MariaDB and solve issue MDEV-14896

2018-04-03 Thread Shinnok
Hi, > On Mar 8, 2018, at 1:16 PM, Sergei Golubchik wrote: >> ... >> I am setting up the codebase for MariaDB on my system to understand the >> codebase and solve some issues. But I am facing a problem which I am not >> able to solve when I run "make" command. >> >> Error log: