Skip to content

Commit

Permalink
Merge branch 'cassandra-2.2' into cassandra-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyeks committed Feb 18, 2016
2 parents 9b5df24 + 4985fcc commit 6503335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Add dropped_columns to the list of schema table so it gets handled
properly (CASSANDRA-11050)
Merged from 2.2:
* (cqlsh) cqlsh cannot be called through symlink (CASSANDRA-11037)
* fix ohc and java-driver pom dependencies in build.xml (CASSANDRA-10793)
* Protect from keyspace dropped during repair (CASSANDRA-11065)
* Handle adding fields to a UDT in SELECT JSON and toJson() (CASSANDRA-11146)
Expand Down
2 changes: 1 addition & 1 deletion bin/cqlsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.


python "`dirname "$0"`/cqlsh.py" "$@"
python "`python -c "import os;print(os.path.dirname(os.path.realpath('$0')))"`/cqlsh.py" "$@"

0 comments on commit 6503335

Please sign in to comment.