branches with status:
Name Status Last Modified Last Commit
lp:~hartmut-php/maria/geojson 1 Development 2014-02-03 22:14:31 UTC
3966. added ST_AsGeoJson() function

Author: Hartmut Holzgraefe
Revision Date: 2014-02-03 19:56:58 UTC

added ST_AsGeoJson() function

lp:~hartmut-php/maria/10.0-check-constraint-warning (Has a merge proposal) 1 Development 2013-04-19 20:41:21 UTC
3491. added warning about CHECK constraints...

Author: Hartmut Holzgraefe
Revision Date: 2013-04-19 20:35:14 UTC

added warning about CHECK constraints not being supported yet

lp:~hartmut-php/maria/mdev-4271 1 Development 2013-03-13 14:44:59 UTC
3504. STRAIGHT_JOIN couldn't be combined wi...

Author: Hartmut Holzgraefe
Revision Date: 2013-03-13 14:33:09 UTC

STRAIGHT_JOIN couldn't be combined with NATURAL or USING(),
INNER JOIN not with NATURAL (MDEV-4271, MySQL Bug #35268)

Separate rules existed for "natural" (non-outer) joins and
for STRAIGHT_JOIN, with the only difference code wise being
that with STRAIGHT_JOIN the "straight" property of the right
side table was set before calling the appropriate add_...()
function.

The "natural_join" parser rule has now been extended to also
accept STRAIGHT_JOIN, and the rule result value is set to
1 for straight joins, 0 otherwise, so acting as a "straight"
flag that can directly be assigned to the "straight" property
of the right side table.

The rule parsing NATURAL JOIN was hard coded to accept just
this keyword combination, without support for either
STRAIGHT_JOIN or the optional INNER.

The "natural_join" rule has now been split up in an inner
"inner_join" rule that matches the JOIN, INNER JOIN and
STRAIGHT_JOIN cases while "natural_join" also matches
CROSS JOIN.

The NATURAL rule has been changed to accept "inner_join"
instead of just JOIN, so now NATURAL STRAIGHT_JOIN and
NATURAL INNER JOIN also work as expected.

As a side effect the removal of the duplciated rules
for STRAIGHT_JOIN handling has reduced the shift/reduce
conflict count by one.

lp:~hartmut-php/percona-xtrabackup/bug1089375 bug 1 Development 2012-12-12 13:34:33 UTC
459. include path in if_director_exists_an...

Author: Hartmut Holzgraefe
Revision Date: 2012-12-12 13:25:21 UTC

include path in if_director_exists_and_empty() error msgs (bug 1089375)

lp:~hartmut-php/maria/mdev-543 1 Development 2012-09-21 21:54:08 UTC
3540. Allow blanks in mysql_install_db --ba...

Author: Hartmut Holzgraefe
Revision Date: 2012-09-21 21:54:08 UTC

Allow blanks in mysql_install_db --basedir and --datadir arguments (MDEV-543)

lp:~hartmut-php/maria/5.5-bug30994 (Has a merge proposal) 1 Development 2012-09-13 10:52:01 UTC
3535. wrong logic in previous option parsin...

Author: Hartmut Holzgraefe
Revision Date: 2012-09-13 10:52:01 UTC

wrong logic in previous option parsing patch fixed

lp:~hartmut-php/maria/5.5-wl820 (Has a merge proposal) 1 Development 2012-08-22 17:19:10 UTC
3405. out-of-source build fix for perl plugin

Author: Hartmut Holzgraefe
Revision Date: 2012-08-22 17:19:10 UTC

out-of-source build fix for perl plugin

lp:~hartmut-php/mysql-server/cluster-7.2-showdbs 1 Development 2012-06-07 19:43:28 UTC
3874. Added a ndb_show_databases tool to pr...

Author: Hartmut Holzgraefe
Revision Date: 2012-06-07 19:07:56 UTC

Added a ndb_show_databases tool to print all databases known to cluster

This can be used to issue CREATE DATABASE IF NOT EXISTS statements
for all database to work around database creation auto detection
failures (e.g. when restoring metadata with ndb_restore, see
http://bugs.mysql.com/bug.php?id=46064 )

lp:~hartmut-php/maria/pooldump 0 Experimental 2012-06-02 08:38:14 UTC
3419. rewrote LRU dump code to only write d...

Author: Hartmut Holzgraefe
Revision Date: 2012-06-02 08:36:51 UTC

rewrote LRU dump code to only write data after releasing the MRU mutex

lp:~hartmut-php/maria/bug1002404 bug(Has a merge proposal) 1 Development 2012-05-22 11:29:19 UTC
3368. let mysql_upgrade take care of legacy...

Author: Hartmut Holzgraefe
Revision Date: 2012-05-22 11:27:01 UTC

let mysql_upgrade take care of legacy host name entries with upper case
letters in mysql.* privilege tables (launchpad bug #1002404)

lp:~hartmut-php/maria/bug1002402 bug(Has a merge proposal) 1 Development 2012-05-21 18:41:05 UTC
3365. mysql_install_db needs to store lower...

Author: Hartmut Holzgraefe
Revision Date: 2012-05-21 18:20:07 UTC

mysql_install_db needs to store lower cased hosed name (lp bug #1002402)

lp:~hartmut-php/eventum/pgsql 0 Experimental 2012-04-12 18:58:15 UTC
4359. ignore pid file

Author: 2ndQuadrant-Eventum
Revision Date: 2012-04-12 18:58:15 UTC

ignore pid file

lp:~hartmut-php/maria/bug-917662 bug 1 Development 2012-01-17 19:43:51 UTC
3383. flush status output after each block ...

Author: Hartmut Holzgraefe
Revision Date: 2012-01-17 19:25:29 UTC

flush status output after each block (Bug #64048 / LP #917662)

TODO: wouldn't one fflush() at the end be sufficient?

lp:pear-codegen 1 Development 2011-08-03 16:03:38 UTC
217. support MariaDB way of plugins, too

Author: hartmut
Revision Date: 2011-08-03 12:50:47 UTC

support MariaDB way of plugins, too

lp:~hartmut-php/eventum/dashboard 1 Development 2011-07-21 11:01:46 UTC
4352. authentication before template logic

Author: Hartmut Holzgraefe
Revision Date: 2011-07-19 13:45:27 UTC

authentication before template logic

lp:~hartmut-php/eventum/history-timeline bug 1 Development 2011-06-05 21:58:31 UTC
4336. first history timeline implementation...

Author: Hartmut Holzgraefe
Revision Date: 2011-06-05 21:58:31 UTC

first history timeline implementation

TODO:

* wrong timezone offset on events
* all times seem to be interpreted as AM
* can get confused by non-english locale
* telephone icon missing

lp:~hartmut-php/eventum/portable-sql 1 Development 2011-05-31 13:55:11 UTC
4341. SQL syntax error fixes

Author: Hartmut Holzgraefe
Revision Date: 2011-05-31 13:55:11 UTC

SQL syntax error fixes

lp:~hartmut-php/eventum/no-mysql-functions (Has a merge proposal) 1 Development 2011-05-28 17:57:54 UTC
4334. use more portable LIMIT ... OFFSET sy...

Author: Hartmut Holzgraefe
Revision Date: 2011-05-28 17:57:54 UTC

use more portable LIMIT ... OFFSET syntax instead of LIMIT x,y

lp:~hartmut-php/eventum/no-mysql-calls (Linked to a blueprint) 1 Development 2011-05-28 17:13:46 UTC
4334. make mysql specific connect/setup stu...

Author: Hartmut Holzgraefe
Revision Date: 2011-05-28 17:13:46 UTC

make mysql specific connect/setup stuff depend on DBTYPE setting

lp:~hartmut-php/+junk/osm2pgsql-autotools 1 Development 2010-11-03 23:08:23 UTC
396. added --version option

Author: Hartmut Holzgraefe
Revision Date: 2010-11-03 23:08:23 UTC

added --version option

lp:~hartmut-php/drizzle/drizzle-bug622465 bug 1 Development 2010-08-23 21:49:58 UTC
1727. test case for drizzle bug #622465 "CR...

Author: Hartmut Holzgraefe
Revision Date: 2010-08-23 21:49:58 UTC

test case for drizzle bug #622465
"CREATE TABLE ... LIKE ..." fails if source table has a FK constraint"

lp:~hartmut-php/drizzle/drizzle-bug622458 bug 0 Experimental 2010-08-23 17:17:23 UTC
1727. test case for drizzle bug #622458 "Ke...

Author: Hartmut Holzgraefe
Revision Date: 2010-08-23 17:13:46 UTC

test case for drizzle bug #622458
"Key not used if IN() list contains mix of strings and integers"

lp:~hartmut-php/+junk/drizzle-bug622472 bug 0 Experimental 2010-08-23 15:30:43 UTC
1727. test case for drizzle bug #622472 "S...

Author: Hartmut Holzgraefe
Revision Date: 2010-08-23 15:12:27 UTC

test case for drizzle bug #622472
"SHOW TABLE STATUS only shows tables after SHOW CREATE TABLE"

lp:~hartmut-php/drizzle/drizzle-udf-levenshtein (Linked to a blueprint) 1 Development 2010-05-22 19:38:15 UTC
1559. catch utf8:: specific exceptions, ret...

Author: Hartmut Holzgraefe
Revision Date: 2010-05-22 19:38:15 UTC

catch utf8:: specific exceptions, return NULL on such errors

lp:~hartmut-php/drizzle/drizzle-codegen 1 Development 2009-02-21 13:50:15 UTC
886. minimal udf example added

Author: Hartmut Holzgraefe
Revision Date: 2009-02-21 13:43:47 UTC

minimal udf example added

lp:mysql-automacros 1 Development 2008-09-07 17:55:50 UTC
1. initial

Author: Hartmut Holzgraefe
Revision Date: 2008-09-07 17:47:17 UTC

initial

lp:is-replication-status 1 Development 2008-08-24 14:45:34 UTC
2. Fix for Bug 260651: Slave_IO_State fi...

Author: Hartmut Holzgraefe
Revision Date: 2008-08-24 14:42:54 UTC

Fix for Bug 260651: Slave_IO_State field is too short

lp:~hartmut-php/drizzle/codestyle (Linked to a blueprint) 1 Development 2008-08-22 13:27:15 UTC
353. some spelling errors corrected

Author: Hartmut Holzgraefe
Revision Date: 2008-08-22 13:26:15 UTC

some spelling errors corrected

128 of 28 results