MySQL Cluster 7.3.6 has been released

2014-07-12 Thread Sowmya Dass
Dear MySQL users, MySQL Cluster is the distributed, shared-nothing variant of MySQL. This storage engine provides: - Real-time performance based on in-memory storage (with checkpointing to disk) - Read & write scalability through transparent auto-sharding - 99.999% High Ava

Cannot build static mysql server

2014-07-12 Thread Mimiko
I try to cpmpile mysql-with no shared, but have an error when configuring: mkdir -p ~/src/mysql/bld && \ cd ~/src/mysql/bld && \ (make clean; rm ~/src/mysql/bld/CMakeCache.txt; echo 1) && \ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/mysql -DBUILD_CONFIG=mysql_release -DMYSQL_DATADIR=data -

Simplifying Queries

2014-07-12 Thread Surya Savarika
Hi, I have two query series that I wonder whether they can be compacted into a single query: FIRST QUERY SERIES cursor.execute("""select d.ID, d.Name, b.SupersetID from books_data as d join books as b on d.ID=b.BooksDataID2 where b.BooksDataID!=b.BooksDataID2 and b.Religio