Skip to content

Commit 8670dcf

Browse files
lthFacebook Github Bot
authored andcommitted
Revert "Test pull request to validate the GitHub workflow"
Summary: This reverts commit 5ae7f41. Closes #360 Differential Revision: D4089450 Pulled By: lth fbshipit-source-id: 945bd28
1 parent 5ae7f41 commit 8670dcf

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

VERSION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ MYSQL_VERSION_MAJOR=5
22
MYSQL_VERSION_MINOR=6
33
MYSQL_VERSION_PATCH=27
44
MYSQL_VERSION_EXTRA=
5-
MYSQL_SOMETHING=
6-
MYSQL_SOMETHING_SOMETHING=

sql/uuid.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "rpl_gtid.h"
1919

20-
// Another comment.
2120

2221
/*
2322
const size_t Uuid::TEXT_LENGTH;

storage/rocksdb/ha_rocksdb.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#define MYSQL_SERVER 1
2222

23-
// One more comment.
24-
2523
/* The C++ file's header */
2624
#include "./ha_rocksdb.h"
2725

@@ -3306,8 +3304,6 @@ static int rocksdb_init_func(void *p)
33063304
#endif
33073305

33083306
rocksdb_hton= (handlerton *)p;
3309-
DBUG_ASSERT(rocksdb_hton != nullptr);
3310-
33113307
mysql_mutex_init(rdb_psi_open_tbls_mutex_key, &rdb_open_tables.m_mutex,
33123308
MY_MUTEX_INIT_FAST);
33133309
#ifdef HAVE_PSI_INTERFACE

storage/rocksdb/rdb_buff.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
#include <string>
2121
#include <vector>
2222

23-
#if 1
24-
#endif
25-
2623
namespace myrocks {
2724

2825
/*

0 commit comments

Comments
 (0)