facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.48k stars 714 forks source link

dont bulk load for table metadata change #1341

Closed luqun closed 1 year ago

luqun commented 1 year ago

Summary:

When customer issue a DDL statement, it will change a table's metadata(whose data is stored in DD) and a tables' raw data.

if current DD is myrocks and customer try to run a DDL with bulk loading enabled,

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

luqun commented 1 year ago

@laurynas-biveinis , I will commit this PR today if it looks okay to you.

laurynas-biveinis commented 1 year ago

@laurynas-biveinis , I will commit this PR today if it looks okay to you.

Please add const to the method definition (now only declaration has it), and then go ahead 👍