3 Collaborator |
Sylvain Lebresne , Paul Cannon , Nick Bailey |
3a2faf9424769cfee5fdad25f4513611820ca980 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2012-08-01 08:40:50+02:00 Finer grained exception hierarchy, and adds error codes patch by slebresne; reviewed by thepaul for CASSANDRA-3979
3558e45ab6758072c84272e185f2755e885798e1 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2012-05-21 19:26:50+02:00 Rename stress to cassandra-stress and include in debian packaging patch by Nick Bailey; reviewed by thepaul for CASSANDRA-4256
3558e45ab6758072c84272e185f2755e885798e1 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2012-05-21 19:26:50+02:00 Rename stress to cassandra-stress and include in debian packaging patch by Nick Bailey; reviewed by thepaul for CASSANDRA-4256
d64b9fff57aac10a0078efd5121e84a11e808075 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2012-02-24 11:20:14+01:00 cqlsh: tab-complete key alias for ALTER CF ALTER patch by thepaul; reviewed by slebresne for CASSANDRA-3873
d64b9fff57aac10a0078efd5121e84a11e808075 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2012-02-24 11:20:14+01:00 cqlsh: tab-complete key alias for ALTER CF ALTER patch by thepaul; reviewed by slebresne for CASSANDRA-3873
1ad1c128291504fd8dc61112af2053d735df7103 | Author: paul cannon <paul@datastax.com> | 2012-02-21 15:31:18-06:00 cqlsh: ignore missing CfDef opts patch by thepaul; reviewed by slebresne for CASSANDRA-3933 We don't want to try to track every possible CF option supported by different versions of Cassandra, so if we try to reference one and it's not in the object at all, that's fine, don't try to display it.
44ac7a04e09ce06b957e50cfc6df7047b2618881 | Author: paul cannon <paul@datastax.com> | 2012-02-21 14:08:07-06:00 cqlsh: look for cqlshlib relative to realpath patch by thepaul; reviewed by slebresne for CASSANDRA-3767 i.e., the realpath of the cqlsh executable, instead of the path as called, which could be a symlink. If cqlsh is called via symlink, we are more likely to find cqlshlib relative to the real location than relative to the symlink.