Re: [Maria-developers] Strange code in 5.2 & Assigned bugs

2010-08-09 Thread Oleksandr Byelkin
Hi! On 08.08.2010 09:09, Michael Widenius wrote: Hi! Sanja, in Aria engine in 5.2 we have the code: else { soft_sync_max= lsn; soft_need_sync= 1; } This is likely wrong as soft_sync_max is supposed to be a file number and lsn is too big to fix into soft_sync_max (which is o

Re: [Maria-developers] [Commits] Rev 2816: Fixed second part of the LP BUG#615760 - incorrect parameters of the temporary heap table index (unique & nulls are equal). in file:///home/bell/maria/bzr/wo

2010-09-07 Thread Oleksandr Byelkin
Hi! On 07.09.2010 17:49, Sergei Golubchik wrote: Hi, Sanja! On Sep 07, sa...@askmonty.org wrote: At file:///home/bell/maria/bzr/work-maria-5.3-lb615760/ revno: 2816 revision-id: sa...@askmonty.org-20100907061732-yyuwtfg0ucyqiu8j

Re: [Maria-developers] [Commits] Rev 2939: Fixed bug #53161. in file:///home/igor/maria/maria-5.1-bug53161/

2010-09-23 Thread Oleksandr Byelkin
Hi! On 21.09.2010 07:22, i...@askmonty.org wrote: At file:///home/igor/maria/maria-5.1-bug53161/ revno: 2939 revision-id: i...@askmonty.org-20100921042200-o52vwhnkz6kuwrcn parent: mo...@askmonty.org-20100915130103-x6i3x2mjc5gxsu77 com

Re: [Maria-developers] subselect_cache fails

2010-10-18 Thread Oleksandr Byelkin
Hi! 18 окт. 2010, в 20:55, Sergey Petrunya написал(а): Hi Sanja, subselect_cache fails on sol-sparc-32 in current 5.3-merge-from-5.2: http://buildbot.askmonty.org/buildbot/builders/sol-sparc-32/builds/575/steps/test/logs/stdio Any idea about this? It looks like subquery cache just switched

[Maria-developers] Problem with prep_where (LP BUG#675248)

2010-11-15 Thread Oleksandr Byelkin
Preparation statement for PS looks like this (example uses prep_where, but we have the same problem for other parts stored in st_select_lex::fix_prepare_information()): ... conds->fix_fields(...&conds...) /* (1.1) JOIN::prepare()*/ ... prep_where= *conds; /* (1.2) st_select_lex::fix_pr

Re: [Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2988: Fix LP Bug#686184 - merge_debug test fails.

2010-12-06 Thread Oleksandr Byelkin
Hi! On 07.12.2010 01:15, nore...@launchpad.net wrote: revno: 2988 fixes bug(s): https://launchpad.net/bugs/686184 committer: Vladislav Vaintroub branch nick: 5.1 timestamp: Mon 2010-12-06 22:34:50 +0100 message: Fix LP Bug#686184 -

Re: [Maria-developers] [Commits] Rev 2867: Fix LP BUG#685411 in file:///home/tsk/mprog/src/5.3-lpb-685411/

2010-12-14 Thread Oleksandr Byelkin
Hi! On 14.12.2010 14:08, tim...@askmonty.org wrote: At file:///home/tsk/mprog/src/5.3-lpb-685411/ revno: 2867 revision-id: tim...@askmonty.org-20101214120805-vafrxb6i59u9gyef parent: i...@askmonty.org-20101211205039-b1alcmyethjpddzu c

Re: [Maria-developers] [Fwd: [Commits] Rev 2998: Fixed LP bug #639935 (bug #58727). in file:///home/igor/maria/maria-5.1-bug693935/]

2010-12-24 Thread Oleksandr Byelkin
Hi! 24 Dec 2010, в 06:45, Igor Babaev написал(а): Sanja, Please review this fix ASAP. We need it to move on with 5.3 The patch is OK, but I would prefer to have comment before Item::quick_fix_field() that this method is only for optimizer needs, it can be used only for certain Items con

Re: [Maria-developers] The query cache patch fixed by me and then Monty (most changes by him)

2010-12-29 Thread Oleksandr Byelkin
On 29.12.2010 13:00, Oleksandr Byelkin wrote: Hi! Here is changes which was done: I found a bug here, new version will be tomorrow... ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net

Re: [Maria-developers] [Commits] Rev 2876: Fixed LP bug #698882. in file:///home/igor/maria/maria-5.3-bugs/

2011-01-14 Thread Oleksandr Byelkin
Hi! On 13.01.2011 01:11, Igor Babaev wrote: At file:///home/igor/maria/maria-5.3-bugs/ revno: 2876 revision-id: i...@askmonty.org-20110112231059-prhv2vncj6y2cizn parent: i...@askmonty.org-20110105230330-2nzlm8641wcrwzio committer: Igo

Re: [Maria-developers] review: [Commits] Rev 2875: Fix problem of making on-disk cache table. in file:///home/bell/maria/bzr/work-maria-5.3-subquerycache/

2011-01-17 Thread Oleksandr Byelkin
Hi! On 14.01.2011 18:30, Michael Widenius wrote: [skip] @@ -225,7 +229,7 @@ my_bool Expression_cache_tmptable::put_v DBUG_ENTER("Expression_cache_tmptable::put_value"); DBUG_ASSERT(inited); - if (!cache_table) + if (!cache_table || frozen) { Is it not eonugh to test for 'frozen'?

Re: [Maria-developers] [Commits] Rev 3014: New table creation/renaming block added if old encoded table present. in file:///home/bell/maria/bzr/work-maria-5.1-CREATE/

2011-01-20 Thread Oleksandr Byelkin
Hi! On 20.01.2011 16:04, Sergei Golubchik wrote: Hi, sanja! On Jan 13, sa...@askmonty.org wrote: revno: 3014 revision-id: sa...@askmonty.org-20110113180607-e5hc8zuugxxjtn6k parent: pser...@askmonty.org-20110112083018-90rw058f00uslvoz committer: sa...@askmonty.org branch nick: work-maria-5.1-CR

Re: [Maria-developers] [Commits] Rev 2896: Fixed LP bug #707827. in file:///home/igor/maria/maria-5.3-bug707827/

2011-01-27 Thread Oleksandr Byelkin
Hi! On 28.01.2011 07:23, Igor Babaev wrote: At file:///home/igor/maria/maria-5.3-bug707827/ revno: 2896 revision-id: i...@askmonty.org-20110128052302-09617460yxj1kck7 parent: i...@askmonty.org-20110127044523-9kvx1t3x3166hjyr committer

Re: [Maria-developers] [Commits] Rev 2929: Fix LP BUG#718763 in file:///home/tsk/mprog/src/5.3/

2011-03-03 Thread Oleksandr Byelkin
Hi! Everything looks OK, except one small style error. Also it would be nice to put somewhere 'TODO:' to bring in order 'uncachable' flags. On 03.03.2011 14:07, tim...@askmonty.org wrote: At file:///home/tsk/mprog/src/5.3/ revno:

Re: [Maria-developers] [Commits] Rev 2935: Fixed LP bugs BUG#729067/730466. in file:///home/igor/maria/maria-5.3-bug729067/

2011-03-12 Thread Oleksandr Byelkin
Hi! Ok to push. 12 марта 2011, в 10:49, Igor Babaev написал(а): > At file:///home/igor/maria/maria-5.3-bug729067/ > > > revno: 2935 > revision-id: i...@askmonty.org-20110312084903-b9mmi2wdgbdar3tc > parent: tim...@askmonty.org-201103

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-19 Thread Oleksandr Byelkin
18 апр. 2011, в 12:40, Kristian Nielsen написал(а): > Hi, > > For merging MySQL into MariaDB, we need to work out what to do about error > code. > > The problem occurs as (different) new error messages are added in both MySQL > and MariaDB. When we then merge from MySQL, we get conflicts betwee

Re: [Maria-developers] [Commits] Rev 3077: Fixed LP bug #804686. in file:///home/igor/maria/maria-5.3-merge/

2011-07-04 Thread Oleksandr Byelkin
Hi! 04.07.2011 00:59, Igor Babaev пишет: At file:///home/igor/maria/maria-5.3-merge/ revno: 3077 revision-id: i...@askmonty.org-20110703215901-xmisn92l37tswlw8 parent: mo...@askmonty.org-20110702143759-sy79jwmahe66we7g committer: Igor

Re: [Maria-developers] [Commits] Rev 3115: Fix bug lp:782305 in file:///home/tsk/mprog/src/5.3-work/

2011-07-18 Thread Oleksandr Byelkin
Hi! 18.07.2011 23:45, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/5.3-work/ revno: 3115 revision-id: tim...@askmonty.org-20110718204538-2976m25qh52g6l69 parent: i...@askmonty.org-20110717075207-sg6f40o1ps8mwxrj fixes bug(

Re: [Maria-developers] [Commits] Rev 3138: Early check of subquery cache hit rate added to limit its performance impact in the worst case. in file:///home/bell/maria/bzr/work-maria-5.3-scache_impact/

2011-08-01 Thread Oleksandr Byelkin
Hi! 01.08.2011 10:12, Timour Katchaounov пишет: Sanja, Could you explain why these new constants are defines, and not declared const variables: === modified file 'sql/sql_expression_cache.cc' --- a/sql/sql_expression_cache.cc2011-07-28 14:10:29 + +++ b/sql/sql_expression_cache.cc20

[Maria-developers] ALL/ANY/IN and NULL/TRUE/FALSE tests

2011-09-01 Thread Oleksandr Byelkin
Hi! I checked the results according the link you gave me, also I thing the tests made compact enough. 20110901-subqueryNULLtest.diff Description: Binary data ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lis

Re: [Maria-developers] [Commits] Rev 3182: BUG#833600: Wrong result with view + outer join + uncorrelated subquery (non-semijoin) in file:///home/psergey/dev2/5.3-push14/

2011-09-09 Thread Oleksandr Byelkin
Hi! 8 сент. 2011, в 22:24, Sergey Petrunya написал(а): > At file:///home/psergey/dev2/5.3-push14/ > > > revno: 3182 > revision-id: pser...@askmonty.org-20110908192447-h8rmi1gvivwh59eh > parent: pser...@askmonty.org-20110908173810-mcq7f

Re: [Maria-developers] [Commits] Rev 3249: Fix of LP BUG#872775. in file:///home/bell/maria/bzr/work-maria-5.3-lpb872775/

2011-10-25 Thread Oleksandr Byelkin
25.10.2011 19:54, Sergei Petrunia пишет: On Tue, Oct 25, 2011 at 11:59:37AM +0300, sa...@askmonty.org wrote: At file:///home/bell/maria/bzr/work-maria-5.3-lpb872775/ revno: 3249 revision-id: sa...@askmonty.org-20111025085936-h0jyyxtbv

Re: [Maria-developers] [Commits] Rev 3100: Fix gcc 4.6 warnings about assigned but not used variables. in file:///home/bell/maria/bzr/work-maria-5.1-applebuild/

2011-10-27 Thread Oleksandr Byelkin
26.10.2011 22:18, Michael Widenius пишет: Hi! "sanja" == sanja writes: sanja> At file:///home/bell/maria/bzr/work-maria-5.1-applebuild/ sanja> sanja> revno: 3100 sanja> revision-id: sa...@askmonty.org-20111025142424-dntpnipgi5qx

Re: [Maria-developers] [Commits] Rev 3100: Fix gcc 4.6 warnings about assigned but not used variables. in file:///home/bell/maria/bzr/work-maria-5.1-applebuild/

2011-10-27 Thread Oleksandr Byelkin
26.10.2011 22:18, Michael Widenius пишет: [skip] === modified file 'storage/pbxt/src/thread_xt.cc' --- a/storage/pbxt/src/thread_xt.cc 2010-09-28 13:05:45 + +++ b/storage/pbxt/src/thread_xt.cc 2011-10-25 14:24:24 + @@ -485,7 +485,8 @@ static void thr_free_resources(XTThreadP x

Re: [Maria-developers] [Commits] Rev 3100: Fix gcc 4.6 warnings about assigned but not used variables. in file:///home/bell/maria/bzr/work-maria-5.1-applebuild/

2011-10-27 Thread Oleksandr Byelkin
27.10.2011 15:29, Kristian Nielsen пишет: Oleksandr Byelkin writes: 26.10.2011 22:18, Michael Widenius пишет: [skip] === modified file 'storage/pbxt/src/thread_xt.cc' --- a/storage/pbxt/src/thread_xt.cc 2010-09-28 13:05:45 + +++ b/storage/pbxt/src/thread_xt.cc 2011-10-2

Re: [Maria-developers] [Commits] Rev 3262: Fix bug lp:833702 in file:///home/tsk/mprog/src/5.3/

2011-11-01 Thread Oleksandr Byelkin
Hi! 01.11.2011 18:19, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/5.3/ revno: 3262 revision-id: tim...@askmonty.org-2001161919-hukh3tipjms3lfzf parent: sa...@askmonty.org-2001112209-n4ghsy9hpliiassm fixes bug(s):

Re: [Maria-developers] [Commits] Rev 3276: Fix MySQL BUG#12329653 in file:///home/tsk/mprog/src/5.3/

2011-11-12 Thread Oleksandr Byelkin
Hi! 12 нояб. 2011, в 10:24, написал(а): The patch is OK to push after one small change: > At file:///home/tsk/mprog/src/5.3/ > > > revno: 3276 > revision-id: tim...@askmonty.org-2012082415-7t6jjzdfg35la7aq > parent: i...@askmonty

Re: [Maria-developers] [Commits] Rev 3322: Fixed bug lp:825051 in file:///home/tsk/mprog/src/5.3/

2011-11-29 Thread Oleksandr Byelkin
29.11.2011 23:06, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/5.3/ revno: 3322 revision-id: tim...@askmonty.org-2029210639-bjcn2pfocub6uwba parent: holyf...@askmonty.org-2029112752-6cy8wy7h5q58l6je fixes bug(s): ht

Re: [Maria-developers] [Commits] Rev 3077: Fixed LP bug #904345. in file:///home/igor/maria/maria-5.2-bug904345/

2011-12-27 Thread Oleksandr Byelkin
Hi! 27.12.2011 20:46, Igor Babaev пишет: At file:///home/igor/maria/maria-5.2-bug904345/ revno: 3077 revision-id: i...@askmonty.org-20111227184559-v7hlo1h98dz8ui32 parent: w...@montyprogram.com-20111223140257-k34gmwhs5msbc57k committe

Re: [Maria-developers] [Commits] Rev 3551: MDEV-4612 SQ pushdown: Server crashes in make_join_statistics with materialization+semijoin, IN subqueries, constant table, impossible condition in file:///h

2013-06-11 Thread Oleksandr Byelkin
Hi! 11.06.2013 11:11, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/10.0-md83/ revno: 3551 revision-id: tim...@askmonty.org-20130611081135-rge7p00h8e9nhypj parent: tim...@askmonty.org-20130528122232-kisslvdw5vhrna0q fixes b

Re: [Maria-developers] query cache issue

2013-06-25 Thread Oleksandr Byelkin
18.06.2013 04:16, Roberto Spadim пишет: guys, i sent some (many) MDEV issues to have a better control over query cache i want to comment here to don't stay with this idea in my mind only... i created some labels in JIRA: [skip] querycache_client - relative to implement query cache at client sid

Re: [Maria-developers] query cache issue

2013-06-26 Thread Oleksandr Byelkin
25.06.2013 16:58, Roberto Spadim пишет: it's a memory in client side with query_parameters (sql_mode, query text, schema used, and others flags that change results) + query_results example in php $query_cache= array( "sql_mode=12341234124124;SELECT * from query_Table" => array( "tables_used"=>

Re: [Maria-developers] query cache issue

2013-06-27 Thread Oleksandr Byelkin
26.06.2013 18:08, Roberto Spadim пишет: Nice, in this case, should be nice implement a cache server, and mysql servers will send cache to it? something like: 5 mysql clients (no cache here) < - >10 mysql servers (100mb of cache each) < - >2 cache servers (16gb of cache each) we could use l

Re: [Maria-developers] Warning in dynamic columns code

2013-07-07 Thread Oleksandr Byelkin
Hi! 07.07.2013 12:37, Sergei Petrunia пишет: Hi Sanja, I have been seeing this warning on a number of platforms: 10.0-monty/sql/item_strfunc.cc: In member function ‘virtual bool Item_func_dyncol_create::fix_fields(THD*, Item**)’: 10.0-monty/sql/item_strfunc.cc:3887: warning: suggest a space b

Re: [Maria-developers] Help about patchs in mariadb - jira and lauchpad url

2013-07-18 Thread Oleksandr Byelkin
Hi! 18.07.2013 18:04, Roberto Spadim пишет: Hi guys, where patchs are commited in mariadb? for example this one: https://mariadb.atlassian.net/browse/MDEV-617 it don't have a link to any patch, there's a link to any lauchpad code? The test suite you can find in the e-mail with subject: [Commit

Re: [Maria-developers] [Commits] Rev 3772: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-MDEV-4548/

2013-07-18 Thread Oleksandr Byelkin
18.07.2013 19:39, Jeremy Cole пишет: Sanja, Re: https://mariadb.atlassian.net/browse/MDEV-4645 Re: http://lists.askmonty.org/pipermail/commits/2013-July/005093.html I saw your commit on the commits list (sorry, wasn't on the list before the mail went out, so I can't reply directly to that mess

Re: [Maria-developers] Help about patchs in mariadb - jira and lauchpad url

2013-07-18 Thread Oleksandr Byelkin
Hi! 18.07.2013 20:54, Roberto Spadim пишет: nice, the email was send from what email? i receive maria-developers and maria-discussion, any other important commit email list? http://lists.askmonty.org/pipermail/commits/2013-July/005101.html From my e-mail ( sa...@montyprogram.com ) to comm...@

Re: [Maria-developers] [Commits] Rev 3772: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-MDEV-4548/

2013-07-18 Thread Oleksandr Byelkin
Hi, Jeremy! 18.07.2013 21:12, Jeremy Cole пишет: Sanja, I could provide some very simple binary logs (from Google MySQL 5.1) which are internally consistent and have extra headers (they would have 31-byte headers instead of the usual 19-byte ones). That can at least pretty easily be used to mak

Re: [Maria-developers] [Commits] Rev 3772: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-MDEV-4548/

2013-07-19 Thread Oleksandr Byelkin
Hi, Jeremy! 18.07.2013 19:39, Jeremy Cole пишет: [skip] - You've mixed tabs and spaces. :( The problem is that I do not see any \t printed. so where is that tabs you are talking about? [skip] ___ Mailing list: https://launchpad.net/~maria-devel

Re: [Maria-developers] RFC: Compile-time checking for unmatched DBUG_ENTER/LEAVE via unused variable

2013-08-06 Thread Oleksandr Byelkin
20.07.2013 00:48, Jeremy Cole пишет: Maria developers/captains, Prior to posing it as a final patch contribution or opening a JIRA ticket, I wanted to propose this idea. The attached patch adds what amounts to compile-time checking for unmatched DBUG_ENTER/DBUG_LEAVE (DBUG_RETURN, DBUG_VOID_

Re: [Maria-developers] RFC - query cache insert

2013-08-06 Thread Oleksandr Byelkin
05.08.2013 18:05, Roberto Spadim пишет: Hi guys! I was reading (again) the query cache source code of 10.0.3 ... please tell me if i understood right when we insert at query cache... thread put a lock in query cache (no one can result from query cache) thread read all data and write to network (

Re: [Maria-developers] RFC - query cache insert

2013-08-07 Thread Oleksandr Byelkin
06.08.2013 20:49, Roberto Spadim пишет: humm i will check the source and understand how it is done, thanks oleksandr! but... another doubt... today query cache have: query blocks (with query and flags), table blocks (with tables) result blocks (with results) there's any way of two query blocks

Re: [Maria-developers] RFC - query cache insert

2013-08-07 Thread Oleksandr Byelkin
07.08.2013 18:44, Roberto Spadim пишет: Hi Oleksandr! humm i will check the source and understand how it is done, thanks oleksandr! but... another doubt... today query cache have: query blocks (with query and flags), table blocks (with tables) result blocks (with results) there's any way of

Re: [Maria-developers] [Commits] Rev 3772: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-MDEV-4548/

2013-08-07 Thread Oleksandr Byelkin
Hi, Jeremy! 07.08.2013 23:58, Jeremy Cole пишет: I meant that the code itself is sometimes indented with spaces, and sometimes tabs, not that you have printed with a mix of " " and "\t". That is because of setup of my editor according to MySQL codding style, it just do not use tabs at all (bu

Re: [Maria-developers] [Commits] Rev 3772: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-MDEV-4548/

2013-08-07 Thread Oleksandr Byelkin
07.08.2013 23:57, Jeremy Cole пишет: Sanja, (Resending with the mailing list since this previous conversation was there.) Thank you a lot! [skip] ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launch

Re: [Maria-developers] RFC - query cache insert

2013-08-07 Thread Oleksandr Byelkin
Hi! 08.08.2013 08:05, Roberto Spadim пишет: hum... check if i'm thinking wrong about the internal flow of mariadb/mysql ... client send data over network server receive data server process data and check that it's a query command server check query cache and return if found (that's how query ca

Re: [Maria-developers] RFC - query cache insert

2013-08-07 Thread Oleksandr Byelkin
08.08.2013 09:11, Roberto Spadim пишет: ops... i forgot one more question that i don't know how today it is executed... the "explain extended" create the "normalized query" after parse/optimize but don't execute the query, i'm thinking right or i miss something? Yes it could execute only cons

Re: [Maria-developers] [Commits] Rev 3552: Fix bug MDEV-4648 SQ pushdown: Wrong result (missing rows) with materialization+semijoin, IN and ALL subqueries, UNION in file:///home/tsk/mprog/src/10.0-md8

2013-08-09 Thread Oleksandr Byelkin
09.08.2013 14:30, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/10.0-md83/ revno: 3552 revision-id: tim...@askmonty.org-20130809113013-ia2f7zzw3mv3in7u parent: tim...@askmonty.org-20130611081135-rge7p00h8e9nhypj fixes bug: h

Re: [Maria-developers] RFC - query cache using storage engine

2013-08-15 Thread Oleksandr Byelkin
Hi, Roberto! 15.08.2013 08:25, Roberto Spadim пишет: Hi guys, i was thinking about ideas for query cache... there's an mdev about partitioning query cache ( https://mariadb.atlassian.net/browse/MDEV-4454) instead of this, why not use a HEAP storage engine (with partitioning), or maybe a myisam

Re: [Maria-developers] Fwd: [Commits] Rev 3674: MDEV-4645: Incorrect reads of frozen binlog events; FDE corrupted in relay log in file:///home/bell/maria/bzr/work-maria-10.0-base-MDEV-4645/

2013-08-15 Thread Oleksandr Byelkin
15.08.2013 11:35, Kristian Nielsen пишет: Oleksandr Byelkin writes: Could you review this? (it is https://mariadb.atlassian.net/browse/MDEV-4645 ) Ok, but it will be at least a couple more days before I will have time to start. If urgent, you can also ask Sergei Golubchik, IIRC this is the

[Maria-developers] regexp review

2013-09-30 Thread Oleksandr Byelkin
Hi! Hi! Everything is OK. But there are some small issues: --- mysql-test/include/ctype_utf8mb4.inc 2010-03-05 08:17:19 + +++ mysql-test/include/ctype_utf8mb4.inc2013-09-26 14:02:17 + @@ -234,15 +234,15 @@ set names utf8mb4; set names utf8mb4; # This should retu

Re: [Maria-developers] Rev 3847: Client attributes

2013-10-03 Thread Oleksandr Byelkin
02.10.2013 18:13, Sergei Golubchik пишет: Hi, Sanja! On Oct 02, sa...@askmonty.org wrote: === modified file 'client/mysqltest.cc' --- a/client/mysqltest.cc 2013-07-21 14:39:19 + +++ b/client/mysqltest.cc 2013-10-02 13:54:55 + @@ -5648,6 +5648,10 @@ void safe_connect(MYSQL*

Re: [Maria-developers] Rev 3847: Client attributes

2013-10-03 Thread Oleksandr Byelkin
Hi! 03.10.2013 18:47, Sergei Golubchik пишет: Hi, Oleksandr! On Oct 03, Oleksandr Byelkin wrote: === modified file 'sql/sys_vars.cc' --- a/sql/sys_vars.cc 2013-09-21 08:14:42 + +++ b/sql/sys_vars.cc 2013-10-02 13:54:55 + @@ -71,6 +71,7 @@ #define export /*

Re: [Maria-developers] [Commits] Rev 3702: Fixed bug mdev-5105. in file:///home/igor/maria/maria-5.3-mdev5105/

2013-10-10 Thread Oleksandr Byelkin
Hi! 10.10.2013 20:08, Igor Babaev пишет: At file:///home/igor/maria/maria-5.3-mdev5105/ revno: 3702 revision-id: i...@askmonty.org-20131010170826-dl2xwc048hvnxmau parent: i...@askmonty.org-20131004165107-0hdknrn9111ojupx committer: Ig

Re: [Maria-developers] MariaDB made be compiled by gcc 4.8.1

2013-10-23 Thread Oleksandr Byelkin
Hi, Sergei! 23.10.2013 20:03, Sergei Golubchik пишет: Hi, Sanja! See below On Oct 22, sa...@montyprogram.com wrote: message: MariaDB made be compiled by gcc 4.8.1 === modified file 'extra/yassl/include/yassl_int.hpp' --- a/extra/yassl/include/yassl_int.hpp 2012-04-05 08:49:38 + +++ b/e

Re: [Maria-developers] MariaDB made be compiled by gcc 4.8.1

2013-10-24 Thread Oleksandr Byelkin
24.10.2013 11:54, Sergei Golubchik пишет: Hi, Sanja! === modified file 'storage/maria/ma_checksum.c' --- a/storage/maria/ma_checksum.c 2008-04-03 13:40:25 + +++ b/storage/maria/ma_checksum.c 2013-10-22 07:56:05 + @@ -58,7 +58,7 @@ ha_checksum _ma_checksum(MARIA_HA *info,

Re: [Maria-developers] [Commits] Rev 3711: MDEV-5104 crash in Item_field::used_tables with broken order by in file:///home/tsk/mprog/src/5.3/

2013-10-29 Thread Oleksandr Byelkin
Hi! OK to push! Thank you! 29.10.2013 12:39, tim...@askmonty.org пишет: At file:///home/tsk/mprog/src/5.3/ revno: 3711 revision-id: tim...@askmonty.org-20131029103903-bvjnf3b2aqnoyut5 parent: sa...@askmonty.org-20131021104549-857lwyn

Re: [Maria-developers] review of mdev-5095 (executing triggers on slave)

2013-12-03 Thread Oleksandr Byelkin
Hi! 03.12.2013 14:09, Michael Widenius пишет: Hi! Here is the review of mdev-5095 I got the diff from: bzr diff -r3942.. [skip] === modified file 'sql/log_event.cc' -#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) +#if defined(MYSQL_SERVER) && defined(HAVE_REPLICATION) Was the

Re: [Maria-developers] [Commits] Rev 3732: Fixed bug mdev-5382 in file:///home/igor/maria/maria-5.3-mdev5382/

2013-12-05 Thread Oleksandr Byelkin
Hi! 05.12.2013 21:13, Igor Babaev пишет: At file:///home/igor/maria/maria-5.3-mdev5382/ revno: 3732 revision-id: i...@askmonty.org-20131205191320-pfja761po2x9p9ri parent: b...@mnogosearch.org-20131203110843-1bsdu0hcrpzhie8w committer:

Re: [Maria-developers] review of mdev-5095 (executing triggers on slave)

2013-12-18 Thread Oleksandr Byelkin
Hi! 10.12.2013 17:58, Michael Widenius пишет: [skip] + if (m_table_id == ptr->table_id) +master_had_triggers= ((RPL_TABLE_LIST*)ptr)->master_had_triggers; if (table) { bool transactional_table= table->file->has_transactions(); @@ -8618,6 +8656,9 @@ int Rows_log_event::do_apply_ev

Re: [Maria-developers] [Commits] Rev 4056: MDEV-5607: Query cache destroys uninitialized rwlock in file:///home/bell/maria/bzr/work-maria-5.5-MDEV-5607/

2014-02-10 Thread Oleksandr Byelkin
Hi, Sergey! 08.02.2014 18:50, Sergey Vojtovich пишет: Hi Sanja, JFYI: while reporting this bug I came up with two questions that I couldn't answer quickly. Probably they make sense, if not just ignore them: 1. This code was introduced with https://bugs.launchpad.net/maria/+bug/782223, revi

Re: [Maria-developers] Rev 4056: MDEV-5607: Query cache destroys uninitialized rwlock

2014-02-10 Thread Oleksandr Byelkin
10.02.2014 16:24, Sergei Golubchik пишет: Hi, Sanja! On Feb 08, sa...@askmonty.org wrote: revno: 4056 revision-id: sa...@askmonty.org-20140208132448-qdkkpdncnya0tr6j parent: ele...@wheezy-64.home-20140205102537-7ern5gfca6a6ojg3 commit

Re: [Maria-developers] [Commits] 8bfc350: MDEV-10148: Database crashes in the query to the View

2016-12-19 Thread Oleksandr Byelkin
Hi, Sergei! On 12/16/2016 03:16 PM, Sergei Petrunia wrote: revision-id: 8bfc35041195b46c8f4666dd02f600e878f45643 parent(s): 96d2e0480ffbc36c803db5a7d5bcefd3470c5f72 committer: Sergei Petrunia branch nick: 5.5 timestamp: 2016-12-16 17:16:02 +0300 message: MDEV-10148: Database crashes in the quer

[Maria-developers] How correctly allocate memory to avoid problems with 2nd execution (instruction)

2016-12-21 Thread Oleksandr Byelkin
Hi! It is for all who decide to write or already is writing something for server. There is 2 ways to execute query/statement: 1) conventional (one time) 2) with storing the statement and executing it many times (Prepared statements (PS)/ Stored Procedures(SP)) Also there is so called Que

Re: [Maria-developers] MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in subquery

2017-03-01 Thread Oleksandr Byelkin
Hi! Am 01.03.2017 um 13:56 schrieb Sergei Golubchik: Hi, Alexander! On Feb 28, Alexander Barkov wrote: commit af8887b86ccbaea8782cf54fe445cf53aaef7c06 Author: Alexander Barkov Date: Tue Feb 28 10:28:09 2017 +0400 MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT

Re: [Maria-developers] MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in subquery

2017-03-01 Thread Oleksandr Byelkin
Am 01.03.2017 um 15:04 schrieb Sergei Golubchik: Hi, Oleksandr! On Mar 01, Oleksandr Byelkin wrote: So, I see few possible approaches to this and other similar queries: 1. We specify that no Item's val method can modify the buffer of the arguments. That is, CONCAT will always ha

Re: [Maria-developers] 23959479689: MDEV-11419: Report all INSERT ID for bulk operation INSERT

2017-03-15 Thread Oleksandr Byelkin
Hi, Sergei! Here is better answer (I had time to dig in the sources) Am 14.03.2017 um 12:27 schrieb Sergei Golubchik: Hi, Oleksandr! On Jan 17, Oleksandr Byelkin wrote: revision-id: 23959479689f47bdfe5aa33cb6cd5e1171b5f8a8 (mariadb-10.2.2-128-g23959479689) parent(s

Re: [Maria-developers] [External] Re: 23959479689: MDEV-11419: Report all INSERT ID for bulk operation INSERT

2017-03-15 Thread Oleksandr Byelkin
Hi, Jean-Francois! Am 14.03.2017 um 20:31 schrieb Jean-Francois B. Gagne: Hi Sergei and Oleksandr, if we implement this (MDEV-11419: Report all INSERT ID for bulk operation INSERT), does this mean that we could allow innodb_autoinc_lock_mode=2 and still be safe for SBR ? [1]: https://maria

Re: [Maria-developers] MDEV-9217 Split Item::tmp_table_field_from_field_type() into virtual methods in Type_handler

2017-04-23 Thread Oleksandr Byelkin
Hi, Alexander! Am 23.04.2017 um 22:39 schrieb Alexander Barkov: Hello Sanja, Monty has pushed his patch changing Item::name and Field::field_name to LEX_CSTRING. I have adjusted my patch accordingly. On 04/21/2017 11:33 PM, Alexander Barkov wrote: Hello Sanja, I wrote extended commit comme

Re: [Maria-developers] [Commits] 01b2bb79bb78e42108e32af02f1418a660ca861d Fixed the bug mdev-13064.

2017-06-16 Thread Oleksandr Byelkin
Hi, Igor! Am 15.06.2017 um 23:43 schrieb Igor Babaev: commit 01b2bb79bb78e42108e32af02f1418a660ca861d Author: Igor Babaev Commit: Igor Babaev Fixed the bug mdev-13064. This is another attempt to fix the bug mdev-12992. This patch introduces st_select_lex::context_analysi

Re: [Maria-developers] [Commits] 2d6649aa24c: MDEV-13186: main.win failure post MDEV-12336

2017-07-04 Thread Oleksandr Byelkin
Hi, Vicentiu! Am 27.06.2017 um 11:31 schrieb vicentiu: revision-id: 2d6649aa24c77321df349de5cee576dab1e344f4 (mariadb-10.2.6-55-g2d6649aa24c) parent(s): c036d5ada7a5816d25915a2c6e0b6836b0cd6743 author: Vicențiu Ciorbaru committer: Vicențiu Ciorbaru timestamp: 2017-06-27 12:26:38 +0300 message:

Re: [Maria-developers] [Commits] c5975eaea17: MDEV-7339 Server crashes in Item_func_trig_cond::val_int

2017-07-12 Thread Oleksandr Byelkin
Hi! Am 12.07.2017 um 10:39 schrieb s...@mariadb.org: revision-id: c5975eaea174460e774e77717e972a8d32e6c8de (mariadb-5.5.56-38-gc5975eaea17) parent(s): f305a7ce4bccbd56520d874e1d81a4f29bc17a96 author: Sergei Golubchik committer: Sergei Golubchik timestamp: 2017-07-12 10:39:02 +0200 message: MDE

Re: [Maria-developers] [Commits] be55bbc2b20: MDEV-7826 Server crashes in Item_subselect::enumerate_field_refs_processor

2017-07-12 Thread Oleksandr Byelkin
Hi, Sergei! Am 12.07.2017 um 12:49 schrieb s...@mariadb.org: revision-id: be55bbc2b206f2fe295ad4179b23791c3119fe02 (mariadb-5.5.56-39-gbe55bbc2b20) parent(s): c5975eaea174460e774e77717e972a8d32e6c8de author: Sergei Golubchik committer: Sergei Golubchik timestamp: 2017-07-12 12:49:29 +0200 messa

Re: [Maria-developers] [Commits] 05b678bc8c1: MDEV-12489 The select stmt may fail due to "having clause is ambiguous" unexpected

2017-07-12 Thread Oleksandr Byelkin
Hi, Sergei! Am 12.07.2017 um 18:13 schrieb s...@mariadb.org: revision-id: 05b678bc8c166c9015ca3dc3ccd9e9c89094f3ca (mariadb-5.5.56-42-g05b678bc8c1) parent(s): c83d6ff881dcfd1cc68124a9663c2a31ca7e2dce author: Sergei Golubchik committer: Sergei Golubchik timestamp: 2017-07-12 17:46:19 +0200 messa

Re: [Maria-developers] 1 Transaction and several threads

2017-08-03 Thread Oleksandr Byelkin
needed from table and rebuild them after bulk load. R: Jan On Thu, Aug 3, 2017 at 12:09 PM, Oleksandr Byelkin wrote: I am thinking about efficient inserting in a table using several threads (LOAD), is it possible (and how difficult if it does) to make inserts with help of several threads abut

Re: [Maria-developers] [Commits] 730a22c: Fixed bug mdev-13453 Executing a query via CTE requires more permissions

2017-11-14 Thread Oleksandr Byelkin
Am 14.11.2017 um 01:06 schrieb IgorBabaev: revision-id: 730a22c1ce1010e853e7a3e807d1d07409ec4dfc (mariadb-10.2.10-28-g730a22c) parent(s): 1e2d4f677e08294691a7d218acb3b9f78727ae18 author: Igor Babaev committer: Igor Babaev timestamp: 2017-11-13 16:06:04 -0800 message: Fixed bug mdev-13453 Execut

Re: [Maria-developers] [Commits] de21526: This is a full cost-based implementation of the optimization that employs

2017-12-29 Thread Oleksandr Byelkin
Hi, Igor! Am 29.12.2017 um 01:47 schrieb IgorBabaev: revision-id: de215264682a9f3291ca028fb3ae052ecb191ca3 (mariadb-10.3.3-4-gde21526) parent(s): 7a66e0ab8f52f3bd32850463daa05f9a2401e6b1 author: Igor Babaev committer: Igor Babaev timestamp: 2017-12-28 16:47:25 -0800 message: This is a full cos

Re: [Maria-developers] [Commits] 81965f0: Fixed mdev-14852 Fails to reopen temp table within standard CTE

2018-01-05 Thread Oleksandr Byelkin
Am 05.01.2018 um 08:40 schrieb IgorBabaev: revision-id: 81965f03065b84322f2d03d784893179e8b79fd9 (mariadb-10.2.12-6-g81965f0) parent(s): 0f253d3e644d3027face26371eb1bb59e8280728 author: Igor Babaev committer: Igor Babaev timestamp: 2018-01-04 23:40:37 -0800 message: Fixed mdev-14852 Fails to re

Re: [Maria-developers] [Commits] fbe0fc2: Fixed mdev-14879 Lost rows for query using recursive CTE

2018-01-09 Thread Oleksandr Byelkin
Hi, Igor! Am 06.01.2018 um 18:32 schrieb IgorBabaev: revision-id: fbe0fc2d87cb1bdb9f7040d44ad3c58a94857e20 (mariadb-10.2.12-14-gfbe0fc2) parent(s): 15b1840f43be8c660382458826e9d5a47d148a67 author: Igor Babaev committer: Igor Babaev timestamp: 2018-01-06 09:32:47 -0800 message: Fixed mdev-14879

Re: [Maria-developers] [Commits] 4b4267288cb: MDEV-14743: Server crashes in Item_func_match::init_search

2018-01-12 Thread Oleksandr Byelkin
rrent position, so next will be correct) On Jan 10, Oleksandr Byelkin wrote: revision-id: 4b4267288cb2668717cc70537eb7e79cecaff58a (mariadb-5.5.58-24-g4b4267288cb) parent(s): a408e881cf73d06fc92097fce6ef9584e16edf77 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2018-01-10 12:2

Re: [Maria-developers] Fwd: [Commits] b32031991e4: initial oracle parser fix

2018-04-10 Thread Oleksandr Byelkin
Am 10.04.2018 um 10:58 schrieb Alexander Barkov: Hello Sanja, I reviewed your recent changes in "10.3-MDEV-11953" (and the attached additional patch for sql_yacc_ora.yy) I have some proposals: 1. Can you please move huge pieces of the code from sql_yacc.yy to LEX or other relevant classe

Re: [Maria-developers] Fwd: [Commits] b32031991e4: initial oracle parser fix

2018-04-10 Thread Oleksandr Byelkin
Hi, Alexander! Am 10.04.2018 um 15:00 schrieb Alexander Barkov: Hello Sanja, [skip] Can you give an example of a query that is not parsed by the current 10.3 parser, but is parsed in 10.3-MDEV-11953 ? There is mysql-test/main/brackets.test ___ Ma

Re: [Maria-developers] 346c8ab9533: MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return correct metadata info

2018-04-19 Thread Oleksandr Byelkin
Am 19.04.2018 um 11:31 schrieb Sergei Golubchik: Hi, Oleksandr! On Apr 18, Oleksandr Byelkin wrote: revision-id: 346c8ab9533a3de6a4cb348428402ffee2aa8da2 (mariadb-10.3.6-16-g346c8ab9533) parent(s): cff60be7fe159fdcb2517ce8441610ad512aa7d0 author: Oleksandr Byelkin committer: Oleksandr Byelkin

Re: [Maria-developers] 346c8ab9533: MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return correct metadata info

2018-04-20 Thread Oleksandr Byelkin
Hi, Sergei! Am 20.04.2018 um 09:29 schrieb Sergei Golubchik: Hi, Oleksandr! On Apr 20, Oleksandr Byelkin wrote: Am 19.04.2018 um 11:31 schrieb Sergei Golubchik: +# cat MYSQL_TMP_DIR/test_explain_meta.out.log +# okay, altought I'd rather add pr

Re: [Maria-developers] 980a5c31880: MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status upon EXPLAIN UPDATE in PS

2018-06-11 Thread Oleksandr Byelkin
Am 29.01.2018 um 01:02 schrieb Sergei Golubchik: Hi, Oleksandr! On Jan 28, Oleksandr Byelkin wrote: Hi, Sergei! Flag in SELECT_LEX options dropped at the end of execution (in our case prepare). All commands where EXPLAIN is possible restore the flag in main SELECT_LEX (in mysql_explain_union

Re: [Maria-developers] 46e0c8a9219: MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table

2018-06-14 Thread Oleksandr Byelkin
Am 13.06.2018 um 12:08 schrieb Sergei Golubchik: Hi, Oleksandr! Looks good, but please see a few comments below. On May 08, Oleksandr Byelkin wrote: revision-id: 46e0c8a921978e7b95adf3f17f3c85b18d9f9ef6 (mariadb-10.2.14-78-g46e0c8a9219) parent(s): 9bcd0f5fea8ca26742b10d37b95a966c69909ff1

Re: [Maria-developers] 46e0c8a9219: MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table

2018-06-14 Thread Oleksandr Byelkin
Am 14.06.2018 um 11:44 schrieb Sergei Golubchik: Hi, Oleksandr! On Jun 14, Oleksandr Byelkin wrote: Am 13.06.2018 um 12:08 schrieb Sergei Golubchik: diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 9e7973b745c..f3cb85f01d3 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -4894,7

Re: [Maria-developers] 46e0c8a9219: MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_table

2018-06-14 Thread Oleksandr Byelkin
Am 14.06.2018 um 14:19 schrieb Sergei Golubchik: Hi, Oleksandr! On Jun 14, Oleksandr Byelkin wrote: Am 14.06.2018 um 11:44 schrieb Sergei Golubchik: On Jun 14, Oleksandr Byelkin wrote: Am 13.06.2018 um 12:08 schrieb Sergei Golubchik: diff --git a/sql/sql_table.cc b/sql/sql_table.cc index

Re: [Maria-developers] 980a5c31880: MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status upon EXPLAIN UPDATE in PS

2018-06-19 Thread Oleksandr Byelkin
Hi, Sergei! Am 18.06.2018 um 14:14 schrieb Sergei Golubchik: Hi, Oleksandr! On Jun 11, Oleksandr Byelkin wrote: Am 29.01.2018 um 01:02 schrieb Sergei Golubchik: On Jan 28, Oleksandr Byelkin wrote: Hi, Sergei! Flag in SELECT_LEX options dropped at the end of execution (in our case prepare

Re: [Maria-developers] 6df4e4a855f: MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_num::get_date

2018-08-09 Thread Oleksandr Byelkin
Hi, Sergei! Am 09.08.2018 um 12:34 schrieb Sergei Golubchik: Hi, Oleksandr! See questions below. There are few changes that I'm not quite sure about. On Aug 08, Oleksandr Byelkin wrote: revision-id: 6df4e4a855fe223988c12681f8caec6c49b2f629 (mariadb-10.2.16-66-g6df4e4a855f) par

Re: [Maria-developers] [Commits] 7fc57734575: MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset

2018-08-15 Thread Oleksandr Byelkin
Hi! See small comment inline. (fix and OK to push) Am 15.08.2018 um 13:36 schrieb Sergey Petrunia: MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset Item_subselect::is_expensive() used to return FALSE (Inexpensive) whenever

Re: [Maria-developers] cc5c19ae523: MDEV-17401: LOAD DATA from very big file into MyISAM table results in EOF error and corrupt index

2018-10-24 Thread Oleksandr Byelkin
Am 18.10.18 um 13:27 schrieb Sergei Golubchik: Hi, Oleksandr! On Oct 12, Oleksandr Byelkin wrote: revision-id: cc5c19ae5233ba90de086de76043774ae6c78cd7 (mariadb-5.5.61-30-gcc5c19ae523) parent(s): acf8fc1ff8a7b2d49e25279670b04b8eb096ce0c author: Oleksandr Byelkin committer: Oleksandr Byelkin

Re: [Maria-developers] cd41d376d41: MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level

2018-11-06 Thread Oleksandr Byelkin
reparing for any arbitrary >64 nesting depth. Is this your goal? What feature do you need it for? My thoughts was like this: 1) we need the same length 2) bitmap64 as efficient as ulonglong 3) why not use something more flexible On Nov 06, Oleksandr Byelkin wrote: revision-id: cd41d376d41

Re: [Maria-developers] 031efde365c: MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_num::get_date

2018-11-13 Thread Oleksandr Byelkin
Hi! Am 12.11.18 um 13:24 schrieb Sergei Golubchik: Hi, Oleksandr! On Nov 07, Oleksandr Byelkin wrote: revision-id: 031efde365c674dbdbaada95aa6d42a4274db438 (mariadb-10.2.18-65-g031efde365c) parent(s): 89f948c766721a26e110bc9da0ca5ebc20f65112 author: Oleksandr Byelkin committer: Oleksandr

Re: [Maria-developers] 031efde365c: MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_num::get_date

2018-11-13 Thread Oleksandr Byelkin
Am 13.11.18 um 11:07 schrieb Sergei Golubchik: Hi, Oleksandr! On Nov 13, Oleksandr Byelkin wrote: Am 12.11.18 um 13:24 schrieb Sergei Golubchik: On Nov 07, Oleksandr Byelkin wrote: revision-id: 031efde365c674dbdbaada95aa6d42a4274db438 (mariadb-10.2.18-65-g031efde365c) parent(s

Re: [Maria-developers] 49b63dcc048: MDEV-15073: Generic UDAF parser code in server for windows functions

2018-11-22 Thread Oleksandr Byelkin
Am 21.11.18 um 20:00 schrieb Sergei Golubchik: Hi, Oleksandr! On Nov 21, Oleksandr Byelkin wrote: revision-id: 49b63dcc0482bcb0fc7f642b0c19c8e24740ab27 (mariadb-10.4.0-20-g49b63dcc048) parent(s): b5ac863f1494920b5e7035c9dfa0ebfdaa50a15d author: Oleksandr Byelkin committer: Oleksandr Byelkin

Re: [Maria-developers] 7c782988845: MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase

2018-12-14 Thread Oleksandr Byelkin
Am 13.12.18 um 19:11 schrieb Sergei Golubchik: Hi, Oleksandr! On Dec 13, Oleksandr Byelkin wrote: revision-id: 7c782988845dec9f0f26a539911f66ed8cecdf83 (mariadb-10.2.19-51-g7c782988845) parent(s): ad3346dddf419aed3e5d16066471fd5022af1795 author: Oleksandr Byelkin committer: Oleksandr Byelkin

Re: [Maria-developers] [Commits] bf951046e8d: MDEV-15296: wrong result with window function inside a subquery

2019-04-30 Thread Oleksandr Byelkin
Hi, Varun! This bug shows us whole class of the same problem in the code which slip of our scope during window function development. so please check and fix them (one or separate change-set as you wish). See comment below. Am 29.04.19 um 16:40 schrieb Varun: revision-id: bf951046e8df13702ee5

Re: [Maria-developers] d7b274fa257: MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char_length_utf8 on 2nd execution of SP with ALTER trying to add bad CHECK

2019-07-16 Thread Oleksandr Byelkin
Am 15.07.19 um 19:21 schrieb Sergei Golubchik: Hi, Oleksandr! A couple of minor comments, see below On Jul 15, Oleksandr Byelkin wrote: revision-id: d7b274fa257 (mariadb-10.2.25-63-gd7b274fa257) parent(s): 64900e3d7c3 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2019-07

Re: [Maria-developers] GSoC: On completing the MDEV-6017 (Add support for Indexes on Expressions)

2019-10-01 Thread Oleksandr Byelkin
Hi, Alexey! Am 01.10.19 um 14:29 schrieb Alexey Mogilyovkin: Hello, I would like to finish the task I was working on during GSoC. Nikita told me that there are some architectural questions to my code. Can you tell about them in more detail? Here you can find list of related MDEVs (as well as

  1   2   3   >