Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel Van de Paar committed Mar 23, 2016
1 parent a46363d commit d3d9918
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alldiffs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for i in $(ls */*.result | egrep -i "innodb|rocksdb|tokudb|myisam|memory|csv|ndb
cd $i >/dev/null 2>&1
OUT=$(${SCRIPT_PWD}/diffit.sh)
cd ..
echo "${OUT}" | sed "s|\(.*\)sql: \(.*\)|\2 \[${i}::\1sql\]|"
echo "${OUT}" | sed "s|^|\[${i}\]|"
else
echo "Error! ${i} is not a directory!"
fi
Expand Down
4 changes: 2 additions & 2 deletions diffit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ SQL1=$(echo -n "$(ls pquery_thread*.sql | tail -n1): "
SQL2=$(echo -n "$(ls pquery_thread*.sql | head -n1): "
sed "1,${DIFFLINEM1}d" $(ls pquery_thread*.sql | head -n1) | head -n1)

echo "${FIRSTDIFFLINE}:${SQL1}"
echo "${FIRSTDIFFLINE}:${SQL2}"
echo "${SQL1}" | sed "s|\(.*\)sql:\(.*\)|\2 \[\1sql:${FIRSTDIFFLINE}\]|"
echo "${SQL2}" | sed "s|\(.*\)sql:\(.*\)|\2 \[\1sql:${FIRSTDIFFLINE}\]|"
4 changes: 3 additions & 1 deletion known_bugs.strings
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ os0sync.cc line 490 ## https://github.com/f
trx->has_snapshot ## https://github.com/facebook/mysql-5.6/issues/211
Z10key_unpackP6StringP5TABLEP6st_key ## https://github.com/facebook/mysql-5.6/issues/213
ZN10Field_long3cmpEPKhS1_ ## https://github.com/facebook/mysql-5.6/issues/214
#>> Long CREATE TABLE leads to signal 11 (no string) ## https://github.com/facebook/mysql-5.6/issues/219
ZN7myrocks15RDBSE_TABLE_DEF8put_dictEPNS_12Dict_managerEPN7rocksdb10WriteBatchEPhm ## https://github.com/facebook/mysql-5.6/issues/219 (also seen as an empty text string sig11)
ZN7rocksdb28NewReadaheadRandomAccessFileEOSt10unique_ptrINS_16RandomAccessFileESt14default_deleteIS1_EEm ## https://github.com/facebook/mysql-5.6/issues/220
Z17build_equal_itemsP3THDP4ItemP10COND_EQUALbP4ListI10TABLE_LISTEPS4_ ## Another --query-alloc-block-size=-[small or large negative value], ignore for the moment
options.use_os_buffer ## https://github.com/facebook/mysql-5.6/issues/221

## =========== Early 5.7 Prepatory Work ===========
ut0ut.cc line 981 ## http://bugs.mysql.com/bug.php?id=74481 and MS 74855 and LP 1385030 (likely non-bug)
Expand Down

0 comments on commit d3d9918

Please sign in to comment.