Sergei,
I just wanted to mention product version and how it is encoded in RPM and
DEB packages are 2 different things.
We have similar problem with Percona Server, adding some unstable features
and we plan to either solve it by prefix or different repository.
Inventing your own MariaDB 5.2 is v
Hi,
> I wouldn't recommend anyone to look at the MySQL_Internals_Custom_Engine and
> try to build one for Drizzle.
Agreed.
When I first started getting into storage engines, that documentation
was a good starting point for getting a feel on how things worked.
However, I soon learned that it lack
Hi folks!
Think I'm jumping in the band wagon a little late but the Storage
Engine API Documentation on MySQL Forge doesn't have everything on the
API. In fact it lacks a LOT of important information.
That said, it's still worth a read. Just don't rely on it too much.
Cheers,
Toru
On Tue, Apr 2
revno: 2853
committer: Michael Widenius
branch nick: maria-5.1
timestamp: Mon 2010-05-10 21:23:16 +0300
message:
Removed extra } that caused script to fail with syntax error
modified:
scripts/mysqld_multi.sh
--
lp:maria
https://cod
Hi!
> "Bo" == Bo Thorsen writes:
>> BTW: I think the installer should not replace the zipped distro. It is
>> not OR - it is AND. One reason is that you may want to grab a file
>> without actually installing.
Bo> I strongly disagree with this. The zip file installation is something
Bo>
revno: 2852
committer: Sergei Golubchik
branch nick: maria-5.1
timestamp: Mon 2010-05-10 16:23:08 +0200
message:
bugfix from mysql-5.1, apparently lost in a merge
modified:
sql/sql_select.cc
--
lp:maria
https://code.launchpad.net/~
Paul McCullagh writes:
> All tests in the PBXT suite run through on Mac and Linux, except for one
> error under Linux, which is a bit weird (see below).
> --
>
> pbxt.select_safe [ fail ]
> Test ended at 2010-05-06 17:19:13
>
> CURRENT_TEST: pbxt.
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: innodb statistics in the slow log
CREATION DATE..: Sun, 25 Apr 2010, 16:35
SUPERVISOR.: Ser
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: innodb statistics in the slow log
CREATION DATE..: Sun, 25 Apr 2010, 16:35
SUPERVISOR.: Ser
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: insert ignore ha_extra hint
CREATION DATE..: Sun, 25 Apr 2010, 16:32
SUPERVISOR.: Sergei
I
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: insert ignore ha_extra hint
CREATION DATE..: Sun, 25 Apr 2010, 16:32
SUPERVISOR.: Sergei
I
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: support many clustered keys per table
CREATION DATE..: Sun, 25 Apr 2010, 16:23
SUPERVISOR.:
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: support many clustered keys per table
CREATION DATE..: Sun, 25 Apr 2010, 16:23
SUPERVISOR.:
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: support many clustered keys per table
CREATION DATE..: Sun, 25 Apr 2010, 16:23
SUPERVISOR.:
---
WORKLOG TASK
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TASK...: support many clustered keys per table
CREATION DATE..: Sun, 25 Apr 2010, 16:23
SUPERVISOR.:
On Mon, May 10, 2010 at 10:25 AM, Bo Thorsen wrote:
> Hi everyone,
>
> I have been looking at getting our binary windows distribution back on
> track. One of the options would be to create the zip file like we did
> earlier.
>
> Another way would be to create a proper windows installer. For this,
Hi, Henrik!
On May 05, Henrik Ingo wrote:
> >
> > I think we very nearly made the same mistake with 5.2. We had a
> > feature list, and while some of them were "rolling", we also had
> > features that were decided in advance that they _must_ be pushed at
> > a certain date. I strongly believe this
Hi Sergei,
Den 10-05-2010 11:24, Sergei Golubchik skrev:
You're the windows developer, so it's up to you.
Not really. I want to build a good package on Windows. For that, I need
input from others. However, it does look like I'm on track for now.
If you can make a nicely and professionally
Hi, Bo!
On May 10, Bo Thorsen wrote:
> Hi everyone,
>
> I have been looking at getting our binary windows distribution back on
> track. One of the options would be to create the zip file like we did
> earlier.
>
> Another way would be to create a proper windows installer. For this, there
> are
W dniu 2010-05-10 10:59, Bo Thorsen pisze:
Den 10-05-2010 10:51, Peter Laursen skrev:
BTW: I think the installer should not replace the zipped distro. It is
not OR - it is AND. One reason is that you may want to grab a file
without actually installing.
I strongly disagree with this. The zip fi
Den 10-05-2010 10:51, Peter Laursen skrev:
1) I did not do any work really. I just commented on the workflow of
such (what conditions should be checked, what files the installer should
copy and where, update registry with service details, uninstallation
information etc. etc.). But discussion st
1) I did not do any work really. I just commented on the workflow of such
(what conditions should be checked, what files the installer should copy and
where, update registry with service details, uninstallation information etc.
etc.). But discussion stopped months ago - probably because something
Den 10-05-2010 10:23, Peter Laursen skrev:
3 points/questions:
1) NSIS should be bundled.
How do you mean? It's building a standalone installer, nsis is not
needed for installation. It's only needed if you build the installer
package.
2) And not installing as a service never was the idea.
3 points/questions:
1) NSIS should be bundled.
2) And not installing as a service never was the idea.
3) Will this installer handle upgrading too?
Peter
Webyog
On Mon, May 10, 2010 at 12:55, Bo Thorsen wrote:
> Hi everyone,
>
> I have been looking at getting our binary windows distribution bac
#At lp:maria
2860 kniel...@knielsen-hq.org 2010-05-10 [merge]
Automerge MariaDB 5.1.44b release.
modified:
mysql-test/r/grant.result
mysql-test/t/grant.test
sql/mysql_priv.h
sql/partition_info.cc
sql/sql_parse.cc
sql/sql_table.cc
#At lp:maria
2859 kniel...@knielsen-hq.org 2010-05-10
Suppress a safemutex warning pending fix of MBug#578117.
modified:
mysql-test/suite/pbxt/r/pbxt_xa.result
mysql-test/suite/pbxt/t/pbxt_xa.test
=== modified file 'mysql-test/suite/pbxt/r/pbxt_xa.result'
--- a/mysql
Hi everyone,
I have been looking at getting our binary windows distribution back on
track. One of the options would be to create the zip file like we did
earlier.
Another way would be to create a proper windows installer. For this,
there are several options: NSIS, WIX, etc. I spent a bit of
27 matches
Mail list logo