bengt...@gmail.com wrote:
> Axel Schwenke:
>>
bengt...@gmail.com wrote:
>>
>> > If I can make sure that there is no ongoing database access when
>> > FLUSH LOGS is made, is it then true that there will be no temporary
>> > files and therefore no dependencies between binlogs?
>>
>> I don't see where this discussion could lead.
>
> Please be patient with me. As you understand I am a newcomer in
> this area and wish to understand the detailas.
> Please answer my question above.
That would make no sense. The questions you are asking and also
how you are asking them, indicates that you are on a wrong way.
Why don't you describe your *original* problem? So far you are
showing us what you believe to be a solution and ask us if you
are right. But how can we know without knowing the problem first?
Binlogs don't care about user sessions. They don't have to. It
doesn't matter for the primary purpose of a binlog (replication)
This however has consequences for other uses of binlogs, like
PITR. The manual just states this and I repeated it in more detail.
If you are interested in details, then RTFM!
http://dev.mysql.com/doc/refman/5.6/en/binary-log.html
http://dev.mysql.com/doc/internals/en/binary-log.html
XL