1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-506 Cassandra dynamic columns access

This commit is contained in:
unknown
2012-09-28 15:27:16 +03:00
parent 7327cd9717
commit 245298f25d
13 changed files with 1673 additions and 143 deletions

View File

@@ -11,7 +11,7 @@ namespace org { namespace apache { namespace cassandra {
const cassandraConstants g_cassandra_constants;
cassandraConstants::cassandraConstants() {
cassandra_const_VERSION = "19.32.0";
cassandra_const_VERSION = (char *)"19.32.0";
}
}}} // namespace