DevHeads.net

Database

Watch 2012 Northern Trust Open Live Online TV Stream golf

Watch 2012 Northern Trust Open Live Online TV Stream golf
2012 0Northern Trust Open
Match Scheduled 16-19th February 2012
Pacific Palisades, California
Purse: $6,600,000
PGA Tour
when will start 2012 Northern Trust Open Live streaming online tv golf match.It will be held on 16th February 2012 and end 19th February 2012.And how can watch 2012 Northern Trust Open online streaming live match.In the world 2012 Northern Trust Open golf streaming PGA Tour are famous to all golf faners.
2012 Northern Trust Open Live Online

Watch Porto vs Manchester City Live Stream Free Soccer Online

Watch Porto vs Manchester City Live Stream Free Soccer Online
Porto vs Manchester City
Match Scheduled 16-02-2012 from 3:05pm (US/Eastern)
Location Estádio Do Dragão (Porto)
UEFA Europa League
Porto vs Manchester City team are known to all soccer faners in the world.UEFA Europa League live streaming soccer match Porto vs Manchester City match is very exciting.
Watch Porto vs Manchester City Live

<a href="http://www.live-stream-free.com/watch-porto-vs-manchester-city-live-stream-free-soccer-online/" title="http://www.live-stream-free.com/watch-porto-vs-manchester-city-live-stream-free-soccer-online/">http://www.live-stream-free.com/watch-porto-vs-manchester-city-live-stre...</a>

^^**wAtcH^^**Aston Villa vs Manchester City Live Stream Soccer Online February 12, 2012

wAtcH Barclays Premier League between Aston Villa vs Manchester City live stream
Are you looking for Aston Villa vs Manchester City Free live streaming link? Then you have come to the correct place. You can watch a live online stream of Aston Villa vs Manchester City right here. The is no need to look anywhere else. The links for the event appear above.

<a href="http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs-manchester-city.html" title="http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs-manchester-city.html">http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs...</a>

<a href="http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs-manchester-city.html" title="http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs-manchester-city.html">http://sports-soccerliveonline.blogspot.com/2012/02/watch-aston-villa-vs...</a>

Rule module implementation Bug problem

Hi Dear,
I have a doubt regarding following procedure , it work fine in Article but not
in "Page" creation (I mean the link is not proper), please help me with a
solution , pls follow the steps and try to create an article and basic page
and click the status link , you got my problem .

To display an 'Add More [Content_type]' link after user saves new content, do the following:

1. Go to admin/config/workflow/rules
2. Click Add New Rule
3. At admin/config/workflow/rules/reaction/add, give your new Rule a name, something like

'Add more content link'

Cursor for a positioned update: "cursor <name> does not exist" error

I'm using postgresql-odbc-09.01.0200 with postgresl-9.2.4

According to the documention for SQLSetCursorName
(<a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms711707%28v=vs.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/windows/desktop/ms711707%28v=vs.85%29.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms711707%28v=vs....</a>)
I don't really need to use it, and ODBC will use a default name.

With unixODBC and a Postgresql connection handle, SQLGetInfo() shows
SQL_CA1_POS_UPDATE capability for SQL_STATIC_CURSOR_ATTRIBUTES1, and
SQL_KEYSET_CURSOR_ATTRIBUTES1.

I tried using both a static and a keyset cursor, by setting
SQL_ATTR_CURSOR_TYPE accordingly, on a new statement handle; then executing
a "SELECT [..] FOR UPDATE"

ODBC SELECT Timeout

Hello,

I have a very large, long running query that is being run on a CentOS 6
Linux box from an application using unixODBC 2.2.14 and postgresql-odbc 8.4.
The target database is a postgreSQL 8.4 DB on another CentOS 6 Linux box.

When run, the query runs for about one hour and then dies with the following
error:

for SQL input object "SQL-AR": SQLNumResultCols: -1/1; S1000/[unixODBC]No
query has been executed with that handle

I'm no overly familiar with using ODBC and have been researching this as
best as I can.

Version 5.6.2-m5 Boolean Datatype

Hi,

I've just created some tables that I designed using the MySQL Workbench
Model. However, the database type BOOLEAN which was in my models has been
converted to TINYINT(1); I'm currently running MySQL Version 5.6.2-m5 on
Windows 2008 server.

Any ideas why this has been removed ?

Neil

Mysql server - which filesystem to choose? Is it really that important nowadays?

Hi All.

I use mysql/perconna/maria on my production CentOS 6 Linux servers. I
currently try to choose the default filesystem for partitions with mysql
data.

ODBC does not handle WITH clause

It seems the ODBC driver does not deal well with a WITH clause in a
statement:

8<----------------------------------
SQL> select id from generate_series(1,2) as t(id)
+------------+
| id |
+------------+
| 1 |
| 2 |
+------------+
SQLRowCount returns -1
2 rows fetched
SQL> select w.id from (select id from generate_series(1,2) as t(id)) as w
+------------+
| id |
+------------+
| 1 |
| 2 |
+------------+
SQLRowCount returns -1
2 rows fetched
SQL> with w as (select id from generate_series(1,2) as t(id)) select
w.id from w
SQLRowCount returns 0

fragmentation in innodb tables

Dear all,

I'm a newbie in MySQL so bare my questions.

I have run mysqltuner.pl and It says I have fragmentation in my
tables.

Problem restoring mysqldump

Hello to all,

I'm having trouble returning a backup made by mysqldump into a two-node
cluster.
The dumpfile size is 177M and execute the command for its restoration
received the error "ERROR 1297 (HY000) at line 251: Got temporary error
1234 'REDO log files overloaded (Increase disk hardware)' from NDBCLUSTER."

The cluster contains two nodes each with two cores and Xeon 2.0Ghz 2Gb RAM
on a VMware Storage SATA disks in Raid 5.

Already changed NoOfFragmentLogFiles, RedoBuffer, LongMessageBuffer and
error persists.

Cluster configuration was made with the tool Severalnines.

psqlODBC (32-bit) compiled with PostgreSQL 9.2 requires Microsoft Visual C++ 2010 Redistributable Package (x86)

I just tried installing the latest psqlODBC 32-bit drivers compiled from
source on a new Windows 7 64-bit Machine using the psqlODBC 32-bit drivers.
The install went fine, but when trying to configure a System DSN I got the
message "The program can't start because MSVCR100.dll is missing from your
computer.

Visual Studio 2012 Supported in Devart's dbForge Fusion for MySQL, v.6.0

Visual Studio 2012 Supported in dbForge Fusion for MySQL, v.6.0

Devart Team is glad to present the release of dbForge Fusion for MySQL v.6.0 - powerful Visual Studio plugin designed to simplify MySQL database development and enhance data management capabilities. Now includes support for Visual Studio 2012! All users can now benefit from the Devart add-in in the latest version of the IDE.

ODBC constructs

Hello,

Can you please let me know any mapping document which maps ODBC constructs
between sybase and postgres.

Also list of ODBC constructs to be used with postgres.

Thanks in advance!

Regards...

MySQL 5.6.10 and ODBC 5.2.05 Date Literal Problem

We recently upgraded from MySQL 5.0.24a to 5.6.10 CE on Oracle Linux 5.
Everything appears to be functioning OK, however I have an ODBC related
issue which is creating problems in regard to generating reports through
it via Crystal Reports. This problem did not exist under 5.0.24a using
the ODBC 3.5 driver.

Compiling psqlODBC on Windows with MS VC++ 2005 Express

With the latest psqlODBC 09.02.0100 prep, I have to make one change to
compile using MS VC++ 2005 Express (32-bit version of drivers):

In psqlodbc.h (my addition in bold)

/* File: psqlodbc.h
*
* Description: This file contains defines and declarations that are
related to
* the entire driver.
*
* Comments: See "readme.txt" for copyright and license information.
*/

#ifndef __PSQLODBC_H__
#define __PSQLODBC_H__

/* #define __MS_REPORTS_ANSI_CHAR__ */

#ifndef WIN32
#include "config.h"
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
*#if (_MSC_VER == 1400) /* in case of VC+

THANKS

Hey sir thanks for adding me to the list but if I want to send a
question where do i send it to? <a href="mailto:mysql- ... at lists dot mysql.com">mysql- ... at lists dot mysql.com</a> or
<a href="mailto: ... at lists dot mysql.com"> ... at lists dot mysql.com</a>

Postgres ODBC blank date

Currently when we put a blank date into a date/time field in postgres, we get a "Invalid data/time syntax" error.
Can you put a patch for the ODBC driver to convert the blank date to null?

(Other ODBC drivers we are doing do this and a previous ODBC drive 7.3.260 did support this?

Any way to add this to current version?

Thanks
Barry Bell, IT Department
Office: 954-429-3771 x267 Fax: 954-281-1464 email Barry_Bell@harte-hanks.com<mailto:Barry_Bell@harte-hanks.com>

ODBC Blank Date convert to null

Does anyone know of an setting in the ODBC driver that will convert a blank date to a null?

Thanks
Barry

,企,业,个,税 (发#票) ,13534102640 ,陈,

尊敬的 先生/女士: 您好;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 本公司有正规发嘌代开,普通,增值,建筑,銷售,工程,
苗木,广告,咨詢,住宿,餐饮等各類嘌據。
驗证 后 付 款,
联 系 人;135-3410-2640
Q Q;131-8225-801
聯 系 人:陳 經 理&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

COM_EXECUTE_STMT fails and I don't know why

Hello everyone,

I'm sending a COM_EXECUTE_STMT message and the server returns an:

Error 1048 - #23000 - Column 'number_tinyint' cannot be null

The query is like this:

insert into numbers (
number_tinyint,
number_smallint,
number_mediumint,
number_int,
number_bigint,
number_decimal,
number_float,
number_double
) values
(
?, 679, 778, 875468, 100007654, 198.657809, 432.8, ?)

And what I send in is:

0: 18 00 00 00 17 01 00 00 . . . . . . . .
1: 00 00 01 00 00 00 00 00 . . . . . . . .
2: 01 01 05 0a 29 5c 8f c2 . . . . ) \ . .
3: f5 b0 58 40 . .

connect to data node

Hi,

New to MySql Cluster - how can I connect to the data node to see what's on
there? I want to visually see the partitions data. Or can one query MySql
somehow so that it shows you from which data node each row originated?

Many thanks,
Serdyn du Toit

RE: Innodb innodb_buffer_pool_size?

Sorry I failed to specify ghatna is only applicable when the database is quiet large.

Vikas

Am 16.05.2013 11:01, schrieb Vikas Shukla:
hwo would a innodb_buffer_pool larger than the whole database
make anything better?

RE: Innodb innodb_buffer_pool_size?

Hi claudio,

The best value for innodb buffer pool size is considered to be 60 to 70 percent of ram.
So in your case, this must be around 4 gb.
That would work better.

Regards.

Vikas

Cc: " ... at lists dot mysql.com" < ... at lists dot mysql.com>

Hi Rafal,

Innodb innodb_buffer_pool_size?

Hi All.

I am trying to set the best value for innodb_buffer_pool_size.

Vote Release number of the next.

Hi.

I think the vote of the next release number.

1.) 09.01.0300
many patch is a bug-fix support. and, psqlODBC is not intended
to be synchronized with postgres version number.

2.) 09.02.0100
new version is desirable because test code that contains.

3.) 09.03.0100
we want to have a postgres release the next number.

==
I vote to 1.) , I think the major version up, when there is a
change of more features and desirable.
thanks!

Regards,
Hiroshi Saito

Dropping column/index from MyISAM table increases disk space without calling "optimize"

Hey,

We have a table with a column and index that we don't need anymore, so we are trying to find the best way to get rid of them

Path 1) Create a new table with the updated schema (excluding that column and index), and insert from the old table into the new table
Path 2) Alter the original table to drop the column and index

The problem with either of these is that when we are done, the table size has grown significantly (~15%).

size of orig table: 2026.5G
size of new table after inserting all of the data or running the alter: 2473.5M
~~flush the table~~
size of orig table: 2026.5G
size of

ANN: DAC for MySQL 2.9.0 Beta is out!

DAC for MySQL is direct access components for MySQL, EnterpriseDB.

mysql binding for LuaJIT

Hi,

I made a new mysql binding for LuaJIT, here it is:

<a href="https://code.google.com/p/lua-files/wiki/mysql" title="https://code.google.com/p/lua-files/wiki/mysql">https://code.google.com/p/lua-files/wiki/mysql</a>

Features:

- covers all of the functionality provided by the mysql Connector/C 6.1 API
- all data types are supported with multiple options for conversion
- prepared statements, avoiding dynamic allocation and type
conversions when fetching rows
- all C calls are checked for errors and Lua errors are raised
- all C objects are tied to Lua's garbage collector
- lightweight OOP-style API via ffi.metatype
- no external dependencies

Only tested with Windows for now but more tests

Problem with special characters in password when using SQLDriverConnect

Hello,
 
if you use SQLDriverConnect instead of SQLConnect the connection fails on special characters like ';', '(', ')' and '+'(?) within the password.
 
According to the documentation ( <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms715433%28v=vs.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/windows/desktop/ms715433%28v=vs.85%29.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms715433%28v=vs....</a> ) []{}(),;?*=!@  are special characters.
 
In order to pass the connection string to the driver intact you have to bracket the whole connection string ( or just the values ?

psqlODBC 09.01.0100 Unicode version still crashes on long server messages?

<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello,</div>

<div>&nbsp;</div>

<div>it seems when using the Unicode version of the driver it crashes when:
<pre class="bz_comment_text" id="comment_text_80" style="word-wrap: break-word;">log_statement = &#39;all&#39;

client_min_messages &lt; notice</pre>
</div>

<div>and a long query ( e.g. create function ) is sent to the server.</div>

<div>&nbsp;</div>

<div>Did not test it with a long erronous query sent to the server without using the settings above.

Issue with Oracle Database Gateway for ODBC and Unicode

Hello,

I hope this is the right mailing list to post questions about pgsql odbc.
I am sorry if I made a mistake and it is not.

I have a Postgres database (9.1) and an Oracle database (10.2) whose
character set is utf8. I installed the 64-bit 9.1 unicode psqlodbc driver
along with the Oracle Database Gateway for ODBC (DG4ODBC), version 11.2
because I have the need to access data in the Postgres database from the
Oracle one.

It works fine, but we have noticed the following.

problems with relationships created by mysql

I have connected MySql to Base. I created some relationships in MySql. They
are properly visible in the Relationships chart in Base. See image.
<a href="http://imgur.com/qtM8fVN,jwvJpen" title="http://imgur.com/qtM8fVN,jwvJpen">http://imgur.com/qtM8fVN,jwvJpen</a>

Other than that, they are non-existent. For example, while I try to create
a sub-form, I see that the option to create subform via existing
relationship is disabled. See image.
<a href="http://imgur.com/qtM8fVN,jwvJpen#1" title="http://imgur.com/qtM8fVN,jwvJpen#1">http://imgur.com/qtM8fVN,jwvJpen#1</a>

Kindly guide me.

auto-increment more than one field

I have a table which needs two fields with auto-increment.
I have the found the answer here:
<a href="http://stackoverflow.com/questions/13642915/mysql-table-with-more-than-one-auto-incremented-" title="http://stackoverflow.com/questions/13642915/mysql-table-with-more-than-one-auto-incremented-">http://stackoverflow.com/questions/13642915/mysql-table-with-more-than-o...</a>
coloumn?rq=1

I am using MySqlWorkbench. I can see "Triggers" section below the table. I
don't know how to use the trigger script suggested in the link. Thanks.

NET START MYSQL QUESTION?

I want to start the mysql from command prompt using "NET START MYSQL"BUT the server not started. It display an error message.
C:\Users\PC> NET START MySQLSystem error 5 has occurred.
Access is denied.
could you please help me, how to start the Mysql service FROM command prompt?
SIVASUTHAN- Consultant Trainer

Triggers

If triggers use complex business rules and large transaction.
What would we be recommendations?
I need three possible ways.

Thanks,

Are UseDeclareFetch and UseServerSidePrepare mutually exclusive?

I've seen conflicting information on this:
<a href="http://postgresql.1045698.n5.nabble.com/Improve-ODBC-Throughput-tp2189601p2189614.html" title="http://postgresql.1045698.n5.nabble.com/Improve-ODBC-Throughput-tp2189601p2189614.html">http://postgresql.1045698.n5.nabble.com/Improve-ODBC-Throughput-tp218960...</a>
<http://postgresql.1045698.n5.nabble.com/Improve-ODBC-Throughput-tp2189601p2189614.html>

What I see with the latest source tree in my test environment of two windows
workstations, each using the latest compiled odbc drivers (09.01.02??) to
connect to PostgreSQL 9.2.4 (Windows):

1. With UserDeclareFetch=1 and UseServerSidePrepare=0, works as it always
has for me.
2. With UserDeclareFetch=0 and UseServerSidePrepare=1, works as it always
has for me.
3.

RE: Slow Response -- What Does This Sound Like to You?

Hi everybody,

I think we need to focus on three things:-

A) temp tables created on disk
B) table cache size
C) buffer sizes

If you find the number of temp tables created on disk is very large, please increase the temp_table_size.

Enable the slow query log And check if sort buffer size and join buffer size needss to be increased if multiple joins are used.

Also check whether the tables used in the slow queries do have index build on them or not. This heavily impacts the performance.

Slow Response -- What Does This Sound Like to You?

We have a situation where users complain that the system periodically freezes for 30-90 seconds. We check the slow query logs and find that one user issued a complex query that did indeed take 30-90 seconds to complete. However, NO slow queries are recorded for the other 50 users, before, during, or after the freeze.

الحق ودعاء حلو وطقر الف عام

الحق
من الله
الله الله الحب الاوحد لا حب لاحد غيره
الله الله ادب الادب خالق الادب والمؤدب به
الله الله الذى يطاع وحده لا يطاع احد الا بامره
الله الله ذى الاسماء الحلوة كلها لا اسم حلو الا واحلى منه اسمه
الله الله ذى الاوصاف الحلوة كلها لا وصف حلو الا واحلى منه وصفه
الله الله ذى الالقاب وحده الالقاب لا تزدان الا به
الله الله ذى الضمائر وضمائره له وحده
الله الله ذى القدر وحده لا قدر لاحد الا بامره
الله الله ذى العلم وحده العلم لا علم لاحدالا من علمه
الله الله ذى الذكر وحده اهل الذكر من القابه
الله الله ذى النصر اسم النصير من اوصافه
الله الله ذى الشهادة اسم الشهيد من اوصافه
الله الله ذى الكمال كل

access to post to the myodbc list

Hello,

Please grant me access to post in myodbc list.

Thanks,
Hemant Dangi
Senior Member Techical Staff
Mysql Connector/ODBC developer

MySQL Connector/J 5.1.25 has been released

Hello all,

MySQL Connector/J 5.1.25, a maintenance release of the production
5.1 branch has been released.

MySQL Connector/ODBC 5.2.5 has been released

Dear MySQL users,

MySQL Connector/ODBC 5.2.5, a new version of the ODBC driver for the
MySQL database management system, has been released.

The available downloads include both a Unicode driver and an ANSI
driver based on the same modern codebase. Please select driver type
you need based on the type of your application - Unicode or ANSI.
Server-side prepared statements are enabled by default.

MySQL Connector/C 6.1.0 has been released

Dear MySQL users,

MySQL Connector/C 6.1.0, a new version of the C API for client/server
communication for the MySQL database management system, has been
released.

This version of Connector/C has the same feature set as the client
library shipped with latest MySQL server 5.6 and supports all
client/server protocol features present in the server.

Programmatic creation of ODBC DSN using SQLConfigDataSource

I am using the MySQL ODBC 5.2w Driver (5.2.3) and it appears that it does not follow the rules for SQLConfigDataSource. The specification for the SQLConfigDataSource function says that the attributes should be separated using a null byte and the list of attributes terminated with a 2 null byte sequence, however the MySQL ODBC driver only uses the supplied attributes if they are separated using semi-colons.

Time for a 9.3 release?

If everything goes to the plan, PostgreSQL 9.3 beta will be released in
the new few weeks, and I just saw a thread on the pgsql-jdbc list on
releasing a 9.3 JDBC driver for the beta
(<a href="http://www.postgresql.org/message-id/1367433610.6768.15.camel@lenovo01-laptop03.gunduz.org" title="http://www.postgresql.org/message-id/1367433610.6768.15.camel@lenovo01-laptop03.gunduz.org">http://www.postgresql.org/message-id/1367433610.6768.15.camel@lenovo01-l...</a>).

I think we should also make a 9.3 release of the ODBC driver. There's
been a lot of bug fixes since the last release, so it's time to make a
new release anyway.

- Heikki

Adding language support to tables

Hi,

I've the following database structure of 4 tables for geographical
information

CREATE TABLE IF NOT EXISTS `mydb`.`country` (

`country_id` INT NOT NULL ,

`country_code` CHAR(2) NOT NULL ,

`name` VARCHAR(255) NOT NULL ,

PRIMARY KEY (`country_id`) ,

UNIQUE INDEX `country_code_UNIQUE` (`country_code` ASC) )

ENGINE = ndbcluster

DEFAULT CHARACTER SET = utf8

COLLATE = utf8_unicode_ci;

CREATE TABLE IF NOT EXISTS `mydb`.`region` (

`region_id` INT NOT NULL ,

`name` VARCHAR(255) NOT NULL ,

`country_code` CHAR(2) NOT NULL ,

PRIMARY KEY (`region_id`) ,

INDEX

Chain Replication QUestion

I have a few slaves set up on my local network that get updates from
my main mysql database master. I was hoping to turn one into a master
while keeping it a slave so that I can set up a chain. Does anyone
know where I can find a "how to" or other documentation for this
specific task?

Thanks,

Richard

Long integer constant problem in views

Hi List

I have a table with a primary key with type binary(16) and a few columns.
I'd trying to create a view that looks up all rows with a particular key,
i.e. something like

CREATE OR REPLACE VIEW foo AS
SELECT *
FROM mytable
WHERE id = X'36a461c81cab40169791f49ad65a3728';

I use the mysql command line client to create the view.

Rookie question

Hi all:

I have a membership directory where folks can belong to more than one category. But all folks do not qualify for a category. So I want to list folks who have qualified in a category but not have them repeat. So if member 1 is in cat 3 and cat 5, I want their name only to show up once.

4D

Hello

The connector also works with 4D, a relation database management system from 4d.com!

Best regards

Dan Röthlisberger

Verantwortlicher IT-Applikationsmanagement

CRB

Steinstrasse 21, Postfach

CH-8036 Zürich

Tel: +41 44 456 45 65 (direkt)

Fax: +41 44 456 45 66

Email: ... at crb dot ch

<a href="http://www.crb.ch" title="http://www.crb.ch">http://www.crb.ch</a> <http://www.crb.ch>

Hi!!! ...

Single Mom Makes $89,844/Yr in Her Spare Time on The Computer Without Selling Anything

<a href="http://howtozeek.com/hwork55.html" title="http://howtozeek.com/hwork55.html">http://howtozeek.com/hwork55.html</a>

Performance of delete using in

I have a table that has 2.5 million rows and 9 columns that are all
int except for 2 varchar(255) - i.e. not that big of a table. I am
executing a delete from that table like this:

delete from cdsem_event_message_idx where event_id in (....)

The in clause has around 1,500 items in it. event_id is an int, and
there is an index on event_id. This statement is taking 1 hour and 5
minutes to run. There is nothing else hitting the database at that
time, and the machine it's running on is 97% idle and has plenty of
free memory. This seems extremely excessive to me.

how to list record in column (instead of a row)

this table has many columns and only 1 record.

select * from table;

generates an unreadable list.

how can i list the record as in two columns? (column name and its value)?

i looked at UNPIVOT, but could not get it to work.

SQL> select * from table UNPIVOTE INCLUDE NULLS;                    
select * from table UNPIVOTE INCLUDE NULLS
                                  *
ERROR at line 1:
ORA-00933: SQL command not properly ended

Regression tests added

I cleaned up and pushed the regression test suite that I wrote a while
back. Two of the test cases are currently failing because of the bug
discussed here:
<a href="http://www.postgresql.org/message-id/51479445. ... at vmware dot com" title="http://www.postgresql.org/message-id/51479445. ... at vmware dot com">http://www.postgresql.org/message-id/51479445. ... at vmware dot com</a>. Once
that's fixed, let's keep it green!

I tried to write a nmake makefile for running the tests on Windows, but
failed. If someone who has more experience with Windows has the time to
do that, that would be great, but a Unix-only suite is already better
than nothing.

- Heikki

Spatial changes in InnoDB - Details?

The "What's new in MySQL 5.7" manual page [1] says:

* InnoDB now supports spatial data types.

What is the difference to previous releases in this respect?
Spatial column types have been supported by InnoDB (and even
Cluster) for a long time already, and spatial indexes on
spatial columns still don't seem to be possible with 5.7.1 [2]

So what is the actual improvement in InnoDBs support of spatial
types supposed to be?

[1] <a href="http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html" title="http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html">http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html</a>
[2] <a href="http://pastebin.com/VnqZ6guG" title="http://pastebin.com/VnqZ6guG">http://pastebin.com/VnqZ6guG</a>

ANN: Database Workbench 4.4.0, the multi-DBMS IDE now available!

Ladies, gentlemen,

Upscene Productions is proud to announce the next version
of the popular Windows-based multi-DBMS development tool:

" Database Workbench 4.4.0 Pro "

This release includes new features and fixes several bugs as reported by the
users.

For more information, see <a href="http://www.upscene.com/go/?go=news&amp;id=20130423" title="http://www.upscene.com/go/?go=news&amp;id=20130423">http://www.upscene.com/go/?go=news&amp;id=20130423</a>

The FREE Lite Editions will follow later.

Database Workbench supports:
- Borland InterBase ( 6.x and up )
- Firebird ( 1.x and up )
- MS SQL Server/MSDE ( 7 and up )
- MySQL 4.x and up
- Oracle Database ( 8i and up )
- Sybase SQL Anywhere ( 9 and up )
- NexusDB (

MySQL Community Server 5.7.1 has been released (part 2)

This is part 2 of the MySQL 5.7.1 announcement

* Replication: In certain cases, the dump thread could send a
heartbeat out of synchronisation with format description
events. One of the effects of this issue what that, after
provisioning a new server from a backup data directory and
setting --gtid-mode=ON and enabling autopositioning (see
CHANGE MASTER TO Syntax
(<a href="http://dev.mysql.com/doc/refman/5.7/en/change-master-to.html" title="http://dev.mysql.com/doc/refman/5.7/en/change-master-to.html">http://dev.mysql.com/doc/refman/5.7/en/change-master-to.html</a>)
), replication failed to start, with the error Read invalid
event from master....

MySQL Community Server 5.7.1 has been released (part 1)

Dear MySQL users,

MySQL Server 5.7.1 (Milestone Release) is a new version of the world's
most popular open source database. This is the first milestone release
of MySQL 5.7.

<a href="http://dev.mysql.com/doc/mysql-development-cycle/en/development-milestone-releases.html" title="http://dev.mysql.com/doc/mysql-development-cycle/en/development-milestone-releases.html">http://dev.mysql.com/doc/mysql-development-cycle/en/development-mileston...</a>

The new features in these releases are of Beta quality.

Possible to auto-restart ndbd after network disconnection ?

Hi,

Assume the following scenario:
-2 ndb nodes, and one management node each on separate machines.
-I unplug node 2: It detects that it cannot reach node 1 and tries to contact the management node.

Syndicate content