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
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
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
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
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
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 -
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
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
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
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
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'?
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
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
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:
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
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
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
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(
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
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
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
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
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
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
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
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):
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
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
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
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
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
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"=>
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
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
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
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
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...@
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
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
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_
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 (
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
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
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
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
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
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
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
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
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
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
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*
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 /*
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
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
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,
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 241 matches
Mail list logo