@@ -152,8 +152,8 @@ AqlValue AqlValue::at(int64_t position, bool& mustDestroy,
152
152
mustDestroy = false ;
153
153
switch (type ()) {
154
154
case VPACK_SLICE_POINTER:
155
- case VPACK_INLINE:
156
155
doCopy = false ;
156
+ case VPACK_INLINE:
157
157
// fall-through intentional
158
158
case VPACK_MANAGED: {
159
159
VPackSlice s (slice ());
@@ -228,8 +228,8 @@ AqlValue AqlValue::getKeyAttribute(arangodb::AqlTransaction* trx,
228
228
mustDestroy = false ;
229
229
switch (type ()) {
230
230
case VPACK_SLICE_POINTER:
231
- case VPACK_INLINE:
232
231
doCopy = false ;
232
+ case VPACK_INLINE:
233
233
// fall-through intentional
234
234
case VPACK_MANAGED: {
235
235
VPackSlice s (slice ());
@@ -264,8 +264,8 @@ AqlValue AqlValue::getIdAttribute(arangodb::AqlTransaction* trx,
264
264
mustDestroy = false ;
265
265
switch (type ()) {
266
266
case VPACK_SLICE_POINTER:
267
- case VPACK_INLINE:
268
267
doCopy = false ;
268
+ case VPACK_INLINE:
269
269
// fall-through intentional
270
270
case VPACK_MANAGED: {
271
271
VPackSlice s (slice ());
@@ -305,8 +305,8 @@ AqlValue AqlValue::getFromAttribute(arangodb::AqlTransaction* trx,
305
305
mustDestroy = false ;
306
306
switch (type ()) {
307
307
case VPACK_SLICE_POINTER:
308
- case VPACK_INLINE:
309
308
doCopy = false ;
309
+ case VPACK_INLINE:
310
310
// fall-through intentional
311
311
case VPACK_MANAGED: {
312
312
VPackSlice s (slice ());
@@ -341,8 +341,8 @@ AqlValue AqlValue::getToAttribute(arangodb::AqlTransaction* trx,
341
341
mustDestroy = false ;
342
342
switch (type ()) {
343
343
case VPACK_SLICE_POINTER:
344
- case VPACK_INLINE:
345
344
doCopy = false ;
345
+ case VPACK_INLINE:
346
346
// fall-through intentional
347
347
case VPACK_MANAGED: {
348
348
VPackSlice s (slice ());
@@ -378,8 +378,8 @@ AqlValue AqlValue::get(arangodb::AqlTransaction* trx,
378
378
mustDestroy = false ;
379
379
switch (type ()) {
380
380
case VPACK_SLICE_POINTER:
381
- case VPACK_INLINE:
382
381
doCopy = false ;
382
+ case VPACK_INLINE:
383
383
// fall-through intentional
384
384
case VPACK_MANAGED: {
385
385
VPackSlice s (slice ());
@@ -420,8 +420,8 @@ AqlValue AqlValue::get(arangodb::AqlTransaction* trx,
420
420
mustDestroy = false ;
421
421
switch (type ()) {
422
422
case VPACK_SLICE_POINTER:
423
- case VPACK_INLINE:
424
423
doCopy = false ;
424
+ case VPACK_INLINE:
425
425
// fall-through intentional
426
426
case VPACK_MANAGED: {
427
427
VPackSlice s (slice ());
0 commit comments